Skip to main content

Add a post to a wall.

Add a post to a wall.

Path Parameters
  • target string required

    Possible values: Value must match regular expression \w+

  • targetId string required

    Possible values: Value must match regular expression \d+

Request Body

Only properties body and pictures are used to create the new post, others may be ommitted.

  • id Unique identifier of the wall post
  • body Text of the wall post required
  • time The posts time of creation
  • pictures string[]

    Image urls. Legacy images get returned as file identifier from which urls to differently sized images can be generated

  • author object
  • id Unique identifier of the foodsaver. required
  • name Name of the Foodsaver. required

    Might include the last name.

  • avatar URL of the foodsavers avatar image.
Responses

Success


Schema
  • id Unique identifier of the wall post
  • body Text of the wall post
  • time The posts time of creation
  • pictures string[]

    Image urls. Legacy images get returned as file identifier from which urls to differently sized images can be generated

  • author object
  • id Unique identifier of the foodsaver.
  • name Name of the Foodsaver.

    Might include the last name.

  • avatar URL of the foodsavers avatar image.
Loading...