Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Nov 14, 2024
1 parent 70b9130 commit a08fb52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/03-endpoints/api-admin/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,10 +300,10 @@ The IRI of the new property must be given in the request body as:
All properties of the default object access permission are optional and may be combined.

[NOTE!] Only certain combinations of properties are allowed. The following combinations are allowed:
* `forGroup`
* `forResourceClass`
* `forProperty`
* `forResourceClass` and `forProperty`
* `forGroup`
* `forResourceClass`
* `forProperty`
* `forResourceClass` and `forProperty`

If the combination of properties is not allowed, the request will fail with a `400 Bad Request` error.
Any valid combination of properties will replace the existing values.
Expand Down

0 comments on commit a08fb52

Please sign in to comment.