curl --request PATCH \
--url https://api.example.com/api/v2/projects/{project_id}/members/{user_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{}Change a user’s role in the project. Requires project admin role.
curl --request PATCH \
--url https://api.example.com/api/v2/projects/{project_id}/members/{user_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{}Documentation Index
Fetch the complete documentation index at: https://docs.freeplay.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Project Admin, Project Editor, Project Analyst EmptyResponse()
The response is of type EmptyResponse · object.