Update Session Metadata
This command updates the metadata assigned to the specified session (the contents of either the title, description, or createdby field).
Authorizations: All
Request
updateSessionMetadata sessionId title|description|createdby value |
Parameters
| Parameter | Description/Values |
|---|---|
sessionId | The ID of a HMP session. |
fieldName | The metadata field to update, either title, description or createdby |
value | The contents of the metadata field. |
Result
Success
OK |
Error
| Error | Description |
|---|---|
| Calling updateSessionMetadata requires 3 parameters. |
| The sessionId provided must be a UUID. |
| The fieldName provided is invalid. |
| A session with UUID 'sessionId' was not found. |
| Updating the session failed. Please see calypso.log for details. |
Example
|