AladiaDocs
Api referencePosts

Update the best answer of a post

Update the best answer of a post

PUT
/v2/posts/{id}/best-answer

Update the best answer of a post

AuthorizationBearer <token>

In: header

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PUT "https://example.com/v2/posts/string/best-answer" \  -H "Content-Type: application/json" \  -d '{    "answerId": "string"  }'
{}