Determine whether the specified repository item permissions exist

head/repository/items/{itemId}/permissions
Internal-Use Only

Determines whether the specified repository item permissions exist.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
itemId
string
true

The unique identifier for the repository item.

Examples:
"d6eefec9-dcc2-4574-8af8-69897038d9c5"

Query Parameters

NameTypeRequiredDescription
current
boolean
false

True (default) if retrieving current permissions; otherwise false.

Responses

StatusMeaningDescription
200OKThe repository item permissions exist.
404Not FoundThe request did not find the specified repository item permissions.