curl --request PATCH \
--url https://storage-service.iran.liara.ir/api/v1/keys/{key} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"buckets": [
{}
],
"description": "<string>"
}
'{
"status": "<string>"
}Update buckets of key ( redefine )
curl --request PATCH \
--url https://storage-service.iran.liara.ir/api/v1/keys/{key} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"buckets": [
{}
],
"description": "<string>"
}
'{
"status": "<string>"
}