PATCH api/Notes/{id}

Update specific fields of a Note. Pass in the list of fields and their corresponding values in a serialized dictionary object of the request body.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Note Id that is to be updated

globally unique identifier

Required

Body Parameters

Dictionary of string [key] and Object [value]

Request Formats

application/json, text/json

Sample:
{
  "sample string 1": {},
  "sample string 3": {}
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.