curl -X PUT \
-H "Authorization: Bearer <bearer_token>" \
-H "Content-Type: application/json" \
-d '{
"description": "This is an updated description for the repository."
}' \
"https://quay-server.example.com/api/v1/repository/<NAMESPACE>/<REPOSITORY>"
$curl-X PUT \-H"Authorization: Bearer <bearer_token>"\-H"Content-Type: application/json"\-d'{
"description": "This is an updated description for the repository."
}'\"https://quay-server.example.com/api/v1/repository/<NAMESPACE>/<REPOSITORY>"
Copy to ClipboardCopied!Toggle word wrapToggle overflow