Authorization
Authorization
RequiredBearer <token>< Project ID >:< Management Key > as bearer
In: header
Request Body
application/json
Requiredschema
objectupgrade
booleanOK
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>`