/
Note Archive [PUT]

Note Archive [PUT]

Operation

Archives a note.

PUT
https://{environment}.ulysescloud.com/public/api/{version}/con/chain/{chainId}/note/{noteId}/archive


Request

PropertyTypeRequiredType parameterDefault valueDescription
chainIdIntegertruepath parameter

noteIdIntegertruepath parameter
The note to be archived

Example request

PUT https://publicapi-providers.ulysescloud.com:9797/public/api/v1/con/chain/1/note/2/archive


Response

PropertyTypeRequiredDescription
ResponseApiMessageResponseApiMessagetrueDescription of the response of the success operation

Example response

{
  "httpStatus": "201",
  "userMessage": "Success",
  "technicalMessage": "Success note archived",
  "errorCode": "0",
  "id": 1
}

Related content