S
S
Socialboards
Search…
S
S
Socialboards
Developer hub
APIs
Ticket API
Getting Started
Authorization
Categories
Custom Fields
Tickets
Replies
Notes
Webhooks
Create Socialboards Account
Reference
Endpoints
Get access token v2
Get Full Community Category List
Get Subcategories by Parent Id
Get Category By Id
Get Inbox Custom Fields
Add Custom Fields
Get Custom Field
Update Custom Field
Delete Custom Field
Create Ticket
List Tickets
Get ticket by id
Update Ticket Status
Create Reply
List Replies
Add Note To Ticket
Update Note
Get Widget Schedule List
Delete Note
API Request Result
Webhook Payload
Objects
Events
Custom Field Types and Values Formats
Enumerations
Glossary
FAQ
Support Widget
Reporting & Statistics
Security
Introduction to Security
Data centers & network security
Product security features
Application security
Sub-Contractors
Updates
Changelog
Powered By
GitBook
Update Note
All API requests should contain
authorization headers
.
Request
PATCH /tickets/{ticketId}/notes/{noteId}
Query Parameters
Name
Type
Required
Comments
ticketId
integer
yes
Id of ticket note added in.
noteId
integer
yes
Id of note you want to update.
Request Body
{
"attachments": [{
"isContentPart": null,
"name": "filename.png",
"url": "https://your.attachment.url/filename.png"
}
],
"message": "Update note text"
}
​
Body of request should contain
t
he following model serialized to JSON.
Field
Type
Comments
attachments
array of
Base Attachment
models
Reply attachments
message
string
Note content
{
"data": {
"id": 2980459,
"message": "Updated note text",
"attachments": [],
"author": {
"id": "0da5a9e8-90ef-403f-873c-e20e4d298558",
"name": "Staff name",
"image": "",
"email": "
[email protected]
",
"status": "team",
"isBot": false
},
"mentionedUsers": [],
"creationTime": "2020-03-05T19:41:17.7780842+00:00"
},
"errorCode": -1,
"errorText": null
}
Data
field will contain updated note model.
Previous
Add Note To Ticket
Next
Get Widget Schedule List
Last modified
2yr ago
Copy link
Outline