Kodosumi and it's documentation are in active development. Please report any issues or feedback to the GitHub repository.
cURL
curl --request PUT \ --url http://role/{rid} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "email": "[email protected]", "active": true, "password": "<string>", "operator": true } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "email": "[email protected]", "active": true }
Update a role by ID.
Request fulfilled, document follows
Was this page helpful?