Skip to main content
POST
/
social
/
posts
/
{post_id}
/
publish
Publish Post
curl --request POST \
  --url https://api.miteos.com/social/posts/{post_id}/publish \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

post_id
string
required

Response

Successful Response