/profile/:id

This endpoint allows you to update a specific profile using its ID.

Request Body

The request should include a raw JSON payload with the following parameters:

  • name: (string) The name of the profile.
  • rights: (string) The rights associated with the profile.

Response

In case of a successful execution, the endpoint returns a 200 status code with the updated profile details.

For more information, read our detailed API documentation.

Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!