Authorizations
The format of the key is "Basic <token>" or "Bearer <token>"
Path Parameters
Body
*/* · string
The body is of type string.
Response
200 - application/json
successful operation
curl --request PUT \
--url https://dev.startree.ai/users/{username} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: */*' \
--data '"<string>"'{
"status": "<string>"
}Update user config for user
curl --request PUT \
--url https://dev.startree.ai/users/{username} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: */*' \
--data '"<string>"'{
"status": "<string>"
}The format of the key is "Basic <token>" or "Bearer <token>"
The body is of type string.
successful operation
Was this page helpful?