v1
latestOpenAPI 3.0.32026-07-24198357534.7 KBUser & Permission
Create new Catalog Permission
Creates a PermissionCatalog resource.
post/permissions/catalogs
Request body
Example request
{
"classifications": [
"code_1",
"code_2"
],
"users": [
"johndoe",
"janedoe"
],
"id": "identifier_example",
"description": {
"fr-FR": "fr-FR translation",
"en-US": "en-US translation",
"<*>": "..."
},
"name": {
"fr-FR": "fr-FR translation",
"en-US": "en-US translation",
"<*>": "..."
}
}Response
PermissionCatalog resource created
Example response
{
"classifications": [
"classification_id_1",
"classification_id_2"
],
"name": {
"fr-FR": "fr-FR translation",
"en-US": "en-US translation",
"<*>": "..."
},
"description": {
"fr-FR": "fr-FR translation",
"en-US": "en-US translation",
"<*>": "..."
},
"id": "identifier_example",
"users": [
{
"id": "identifier_example"
}
]
}