Authorization
AuthorizationRequiredBearer <token>< Project ID >:< Management Key > as bearer
In: header
Request Body
application/jsonRequiredschemaobjectupgradebooleanOK
Was this helpful?
Load an authz schema POST
### Load an existing schema Load an authz schema for your project. ### Endpoint Authentication Use authorization bearer header with the following format: `Authorization: Bearer <ProjectId:ManagementKey>`
Delete an authz schema POST
### Delete a Schema Delete an authz schema thus removing authz from your project. ### Endpoint Authentication Use authorization bearer header with the following format: `Authorization: Bearer <ProjectId:ManagementKey>`