Determine whether the specified repository item owner exists

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

Determines whether the specified repository item owner exists.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
itemId
string
true

The unique identifier for the repository item.

Query Parameters

NameTypeRequiredDescription
current
boolean
false

True (default) if checking the current owner; otherwise false.

Responses

StatusMeaningDescription
200OKThe repository item owner exists.
404Not FoundThe request did not find the specified repository item owner.