Skip to main content
PATCH
Update permissions for a endpoint by name

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

endpointName
string
required

Name of the endpoint to update permissions for

Body

application/json

Updated endpoint permissions

isEveryoneAllowed
boolean

If the endpoint is accessible by everyone

userIds
string[]

User IDs that can access this endpoint

Response

Success

isEveryoneAllowed
boolean
required

If the endpoint is accessible by everyone

userIds
string[]
required

User IDs that can access this endpoint

Last modified on August 18, 2026