Create a new resource
POST/resource-servers/:rsId/resources
Creates a new resource within the resource server. Handle is immutable and used for permissions. Parent is immutable after creation.
- Set parent to null for top-level resources
- Set parent to UUID for nested resources
Request​
Responses​
- 201
- 400
- 404
- 409
- 500
Resource created
Bad request
Resource server not found
Conflict
Internal server error