[
"string"
]
curl --location --request PATCH 'https://api.teamly.one/api/v1/teams//roles-priority' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '[
"string"
]'
{
"success": true,
"roles": [
{
"id": "string",
"teamId": "string",
"name": "string",
"iconUrl": null,
"color": "string",
"color2": null,
"permissions": 0,
"priority": 0,
"createdAt": "CURRENT_TIMESTAMP",
"updatedAt": null,
"isDisplayedSeparately": true,
"isSelfAssignable": false,
"iconEmojiId": null,
"mentionable": true,
"botScope": {}
}
]
}