v16.7.2
Add JSON metadata with a process under the given key
Add arbitrary JSON metadata under the given key. If the key exists, all already stored metadata with this key will be overwritten. If the key doesn't exist, it will be created.
put/api/v3/process/{id}/metadata/{key}
Path parameters
idstring required
Process ID
keystring required
Key for data store
Request body
{"stackTrail":"paths:/api/v3/process/{id}/metadata/{key}:put:requestBody:content:application/json:schema","oasType":"schema","type":"unknown"}
Response
OK
{"stackTrail":"paths:/api/v3/process/{id}/metadata/{key}:put:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}