Update a post from the intranet.
curl --request PATCH \ --url https://api.hyra.io/workspace/posts/{workspaceId}/{postId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "type": "featured" }'
{ "success": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
The response is of type object.
object