Metadata
Update metadata for an Object
Geoscience Object API
Version: 1.21.4
Update metadata for a geoscience object version. If a version is not specified, the latest version of the object will be used. Setting the metadata property to null will remove the metadata from the object version.
Parameters
{
"stage_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
Returns
204
Successful Response
Endpoint
PATCH
/geoscience-object/orgs/{org_id}/workspaces/{workspace_id}/objects/{object_id}/metadataRequest
cURL
curl -X PATCH 'https://{service_host}/geoscience-object/orgs/{org_id}/workspaces/{workspace_id}/objects/{object_id}/metadata' \
-H 'Authorization: Bearer <ACCESS_TOKEN>'
Response
No response body.