Caution
This page of API documentation is deprecated. Please refer to the new Swagger Documentation instead.
GET /teams/:teamPath/notes
200
GET /notes/:noteId
to retrieve the note content.
POST /teams/:teamPath/notes
field | type | values |
---|---|---|
title | string | |
content | string | |
readPermission | string | owner , sign_in , guest |
writePermission | string | owner , sign_in , guest |
commentPermission | string | disabled , forbidden , owners , signed_in_users , everyone |
permalink | string |
Patch /teams/:teamPath/notes/:noteId
field | type | values |
---|---|---|
content | string | |
readPermission | string | owner , signed_in , guest |
writePermission | string | owner , signed_in , guest |
permalink | string |
202
DELETE /teams/:teamPath/notes/:noteId
204