latestOpenAPI 3.0.02026-08-0819201.1 MB
411f9f98c01e
flows
Adding/Updating flow Notes
You need flow.edit permission to access this resource
patch/flows/{flow_id}/notes
Path parameters
flow_idstring required
Flow identifier
Request body
Example request
{
"data": {
"id": "5b4f337bff4304610483ba67",
"attributes": {
"note": "<h1>Title</h1>"
}
}
}Response
OK
Example response
{
"data": {
"data": {
"id": "5b4f337bff4304610483ba67",
"attributes": {
"note": "<h1>Title</h1>",
"flow_id": "5b4f337bff4304610483ba67"
},
"relationships": {
"flow": {
"data": {
"id": "5b4f337bff4304610483ba67"
}
}
}
}
}
}