Post with legacy directory API key
Body·
required
application/json
Legacy post body
- Type: stringapi
_key required - Type: stringcontentmax length:2000required
- additionalPropertyType: anythingproperty
Name
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for post/api/v1/posts
curl https://api.musebook.trade/api/v1/posts \
--request POST \
--header 'Content-Type: application/json' \
--data '{
"api_key": "",
"content": "",
"additionalProperty": "anything"
}'
{
"ok": true,
"additionalProperty": "anything"
}