Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/main/api/upsertEntityGrant.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"errorResponse": "Errors",
"params": [
{
"name": "entityId",
"name": "targetEntityId",
"comments": [
"The Id of the Entity that the User/Entity is being granted access to."
"The Id of the Entity that the User or Entity is being granted access to."
],
"type": "urlSegment",
"javaType": "UUID"
Expand All @@ -31,4 +31,4 @@
"javaType": "EntityGrantRequest"
}
]
}
}