v1

latestOpenAPI 3.1.02026-07-2419782400.4 KB
Access rights

Create metaproperty access

post/api/content_access/metaproperties/{metaproperty_id}

Path parameters

metaproperty_idstring required

Metaproperty id.

Request body

level'metaproperty.hide'

Example request

{
  "principals": [
    {
      "principalId": "00000000-0000-0000-0000000000000000",
      "principalType": "user"
    }
  ],
  "level": "metaproperty.hide"
}

Response

Metaproperty access created

principalIdstring
principalTypestring

Example response

[
  {
    "principalId": "00000000-0000-0000-0000-000000000000",
    "principalType": "user"
  }
]