Update metadata for an Object
PATCH
/geoscience-object/orgs/{org_id}/workspaces/{workspace_id}/objects/{object_id}/metadataUpdate 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.
Request
Example body
{
"stage_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
Responses
204
Successful Response
422
Validation Error
Response schema
detailobject[]
loc(string | integer)[]
Any of:
string
integer
msgstring
typestring
Example response
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}