cURL
curl --request GET \ --url https://api.gcore.com/cloud/v1/file_shares/{project_id}/{region_id}/{file_share_id}/metadata_item \ --header 'Authorization: <api-key>'
{ "key": "my-tag", "read_only": false, "value": "my-tag-value" }
Use GET /v1/file_shares/// instead
file_shares
Was this page helpful?