Determine whether the specified repository item exists

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

Checks whether the specified repository item exists. Authorization: Requires read permission.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
itemId
string
true

The unique identifier for the repository item.

Responses

StatusMeaningDescription
200OKOK - the repository item exists.
404Not FoundNot found - the repository item could not be found.