curl --request POST \
--url https://api.bunny.net/mc/registries/tags \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"registryId": "<string>",
"imageName": "<string>",
"imageNamespace": "<string>"
}
'[
{
"name": "<string>"
}
]Lists all available tags for a specific container image.
curl --request POST \
--url https://api.bunny.net/mc/registries/tags \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"registryId": "<string>",
"imageName": "<string>",
"imageNamespace": "<string>"
}
'[
{
"name": "<string>"
}
]Please enter a valid personal API key.
Container image tags were successfully retrieved.
Was this page helpful?