CreateClient
Authorizations:
Bearer
Request Body schema:
name | string |
spaceBlockSlugs | Array of strings unique |
redirectUris | Array of strings unique |
scopes | Array of strings unique |
projectId | string |
environmentId | string |
Responses
Request samples
- Payload
Content type
No sample
Response samples
- 201
Content type
No sample
Updates the metadata for a specific Space Block in an Environment.
Authorizations:
Bearer
path Parameters
id required | string Space Blocks Environment ID |
spaceBlockSlug required | string The Slug of the Space Block you want to store Metadata for. |
projectId required | string |
Request Body schema:
The JSON Metadata you want to store.
any
Responses
Request samples
- Payload
Content type
No sample