Oneport Docs
ApiV1WorkspacesSlugPostsPostidUnmerge

/v1/workspaces/{slug}/posts/{postId}/unmerge

POST
/v1/workspaces/{slug}/posts/{postId}/unmerge

Path Parameters

slug*string
postId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/workspaces/acme/posts/string/unmerge"
{  "id": "string",  "title": "string",  "content": "string",  "boardId": "string",  "status": {    "slug": "string",    "name": "string",    "color": "string"  },  "voteCount": 0,  "commentCount": 0,  "verified": true,  "moderationState": "approved",  "voted": true,  "mergedInto": {    "id": "string",    "title": "string"  },  "mergedPosts": [    {      "id": "string",      "title": "string",      "voteCount": 0    }  ],  "createdAt": "string"}
{  "error": "string"}
{  "error": "string"}
{  "error": "string"}
{  "error": "string"}