Skip to content

Commit 9b03747

Browse files
forgot to save ~ lint fix
Signed-off-by: Craig <[email protected]>
1 parent 9fe53bc commit 9b03747

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/reference/api/registry/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -740,10 +740,10 @@ The error codes encountered via the API are enumerated in the following table:
740740
| `NAME_INVALID` | invalid repository name | Invalid repository name encountered either during manifest validation or any API operation. |
741741
| `NAME_UNKNOWN` | repository name not known to registry | This is returned if the name used during an operation is unknown to the registry. |
742742
| `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. |
747747

748748
### Base
749749

0 commit comments

Comments
 (0)