Add MetadataUpdates the operation metadata (replaces all previous ones)./metadata Endpoint: POST {url}/metadata Headers: Content-Type: application/json Request body (JSON): JSON{ "auth_uuid": "UUID", "apiKey": "API_KEY", "meta": { "meta1": "example1", "meta2": "example2" } } Response (JSON): JSON{ "message": "Metadata successfully updated" } View in the APIUpdated 8 months ago Operation InformationHTTP Response Codes