Skip to main content
PATCH
Update multiple profiles names

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Array of objects with profileId and new name.

profileId
string
required

Profile ID that you want to update.

Example:

"6200f55e7685342e170dc531"

name
string
required

Profile name.

Example:

"My Test Profile"

Response

200 - undefined