Canvas Notes
API key passed in the Authorization header. Format: <api-key>
The flow version identifier.
Successful response
No content
Unauthenticated
Unauthorized
GET /api/v1/flow-versions/{flow_version}/notes HTTP/1.1
Host: core.wearepatchworks.com
Authorization: YOUR_API_KEY
Accept: */*
No content
API key passed in the Authorization header. Format: <api-key>
The flow version identifier.
Successful response
No content
Unauthenticated
Unauthorized
Validation Error
POST /api/v1/flow-versions/{flow_version}/notes HTTP/1.1
Host: core.wearepatchworks.com
Authorization: YOUR_API_KEY
Accept: */*
No content
API key passed in the Authorization header. Format: <api-key>
The flow version identifier.
The note identifier.
Successful response
No content
Unauthenticated
Unauthorized
GET /api/v1/flow-versions/{flow_version}/notes/{note} HTTP/1.1
Host: core.wearepatchworks.com
Authorization: YOUR_API_KEY
Accept: */*
No content
API key passed in the Authorization header. Format: <api-key>
The flow version identifier.
The note identifier.
Successful response
No content
Unauthenticated
Unauthorized
Validation Error
PUT /api/v1/flow-versions/{flow_version}/notes/{note} HTTP/1.1
Host: core.wearepatchworks.com
Authorization: YOUR_API_KEY
Accept: */*
No content
API key passed in the Authorization header. Format: <api-key>
The flow version identifier.
The note identifier.
Successful response
No content
Unauthenticated
Unauthorized
DELETE /api/v1/flow-versions/{flow_version}/notes/{note} HTTP/1.1
Host: core.wearepatchworks.com
Authorization: YOUR_API_KEY
Accept: */*
No content
Last updated
Was this helpful?