Update Company Note
PUT/institutions/:institutionId/notes/:id
Update Company Note
Request
Path Parameters
institutionId stringrequired
id stringrequired
- application/json
Body
note string
Note
tags string
Tags
Responses
- 200
Updated Company Note
- application/json
- Schema
- Example (from schema)
Schema
note string
Note
tags string
Tags
id string
Id
createdAt string
Created At
updatedAt string
Updated At
deletedAt string
Deleted At
deleted string
Deleted
createdBy string
Created By
updatedBy string
Updated By
deletedBy string
Deleted By
{
"note": "string",
"tags": "string",
"id": "string",
"createdAt": "string",
"updatedAt": "string",
"deletedAt": "string",
"deleted": "string",
"createdBy": "string",
"updatedBy": "string",
"deletedBy": "string"
}
Loading...