API Endpoint: api/v1/posts/{id} (PUT, PATCH) should accept all params

Gathering votes
Kyle

The API Endpoint to edit (PUT, PATCH) a post does not currently accept the status_id or category_id parameters.

Ideally you should be able to patch all values of a post

  • title
  • description
  • user_id
  • status_id
  • category_id
  • timestamp (e.g. date created)

This would allow us to control the roadmap post items using out project management tool.

When the status of an item changes on our end, we push updated data to productLift to alter the post data (title, description, status, etc)

Thanks!

1 year ago

Activity
Ruben changed status to Gathering votes

3 months ago

One vote
Categories
Feature