Skip to content

POST /v1/posts is forcing the "interests" to be mandatory #120

Description

@footnote

Seems like when merging the routes to post either a light page or a regular post the interests field are forced to be mandatory which are not available for a regular post.

We are getting this error everytime we try to post something in the timeline

{
"error": {
"code": "SCHEMA_VALIDATION_FAILED",
"failedValidation": true,
"results": {
"errors": [
{
"code": "OBJECT_MISSING_REQUIRED_PROPERTY",
"message": "Missing required property: interests",
"path": []
}
],
"warnings": []
},
"path": [
"paths",
"/v1/posts",
"post",
"parameters",
"0"
],
"paramName": "post"
}
}

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions