You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/reference/api/registry/_index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -740,10 +740,10 @@ The error codes encountered via the API are enumerated in the following table:
740
740
|`NAME_INVALID`| invalid repository name | Invalid repository name encountered either during manifest validation or any API operation. |
741
741
|`NAME_UNKNOWN`| repository name not known to registry | This is returned if the name used during an operation is unknown to the registry. |
742
742
|`SIZE_INVALID`| provided length did not match content length | When a layer is uploaded, the provided size will be checked against the uploaded content. If they do not match, this error will be returned. |
743
-
| `TAG_INVALID` | manifest tag did not match URI | During a manifest upload, if the tag in the manifest does not match the URI tag, this error will be returned.
744
-
|`UNAUTHORIZED`| authentication required | The access controller was unable to authenticate the client. Often this will be accompanied by a Www-Authenticate HTTP response header indicating how to authenticate.|
745
-
|`DENIED`| requested access to the resource is denied | The access controller denied access for the operation on a resource.|
746
-
|`UNSUPPORTED`| The operation is unsupported. | The operation was unsupported due to a missing implementation or invalid set of parameters.|
743
+
|`TAG_INVALID`| manifest tag did not match URI | During a manifest upload, if the tag in the manifest does not match the URI tag, this error will be returned.|
744
+
|`UNAUTHORIZED`| authentication required | The access controller was unable to authenticate the client. Often this will be accompanied by a Www-Authenticate HTTP response header indicating how to authenticate.|
745
+
|`DENIED`| requested access to the resource is denied | The access controller denied access for the operation on a resource.|
746
+
|`UNSUPPORTED`| The operation is unsupported. | The operation was unsupported due to a missing implementation or invalid set of parameters.|
0 commit comments