Change an existing provider note

Change an existing note associated with the specified provider.

Request
path Parameters
providerId
required
string <uuid>

Identifier of the provider associated with the note to change.

noteId
required
string <uuid>

Identifier of the note to be changed.

Request Body schema: application/json
note
required
string non-empty

The contents of the note.

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

409

Conflict

500

Server Error

put/providers/{providerId}/notes/{noteId}
Request samples
application/json
{
  • "note": "string"
}
Response samples
application/json
{
  • "providerId": "4834bcdc-4a64-444d-966b-1a6fe381da24",
  • "timestamp": "2019-08-24T14:15:22Z",
  • "note": "string",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "alert": {
    }
}