Determine whether the specified repository item owner exists

head/repository/items/{itemId}/owner

Determines whether the specified repository item owner exists.

Request Samples

1

Response Samples

1Not Available

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
200OK

The repository item owner exists.

404Not Found

The request did not find the specified repository item owner.