Intranet
Update a Post
PATCH
/
workspace
/
posts
/
{workspaceId}
/
{postId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
workspaceId
string
requiredpostId
string
requiredBody
application/json
type
enum<string>
requiredAvailable options:
featured
, small
Response
200 - application/json
success
boolean
required