API ReferenceSpace Member
Update a member's permissions
Authorization
http AuthorizationBearer <token>
In: header
Path Parameters
space*integer
The space ID
user*integer
The user ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X PATCH "https://zilfu.app/api/spaces/0/members/0" \ -H "Content-Type: application/json" \ -d '{ "permissions": [ "create_posts" ] }'{}{
"message": "string"
}{
"message": "string"
}{
"message": "string"
}{
"message": "string",
"errors": {
"property1": [
"string"
],
"property2": [
"string"
]
}
}