Check if repositories exist
head/repositories
Returns a list of header information for repositories. Also used to determine whether repositories exist.
| Name | Type | Required | Description |
|---|---|---|---|
filter | string<filter-criteria> | false | The criteria for filtering the repository. For more information, see Filtering in REST APIs. For example, ?filter=eq(name, a repository name) returns the repository by name. |
limit | integer<int32> | false | The maximum number of items to return in this request. Default: 10 |
sortBy | string | false | The criteria for sorting the models. For more information, see Sorting in REST APIs. |
start | integer<int32> | false | The 0-based start index of a paginated request. >= 0 Default: 0 |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Schema |