Set acl
POST/acl
Get list events
Request
Header Parameters
Accept stringrequired
Example: application/json
- application/x-www-form-urlencoded
Body
user_id stringrequired
Id of user to enable
Example:
42342
collection_id stringrequired
Id of collection on which enable user
Example:
312
Responses
- 200
- 404
Response Headers
- application/json
- Schema
- Example (from schema)
- 1
Schema
status stringrequired
{
"status": "string"
}
OK
{
"status": "<string>"
}
Response Headers
- application/json
- Schema
- Example (from schema)
- 1
Schema
status stringrequired
{
"status": "string"
}
Not Found
{
"status": "<string>"
}
Loading...