Skip to main content

Updates the description of an existing basket. The description must not be empty. If the location

is not given or invalid it falls back to the user's home. Returns the updated basket.

Updates the description of an existing basket. The description must not be empty. If the location is not given or invalid it falls back to the user's home. Returns the updated basket.

Path Parameters
  • basketId string required

    Possible values: Value must match regular expression \d+

Request Body
  • id integer
  • description string required
  • imageUrl string
  • contactTypes integer[]

    Possible values: >= 1

  • mobile string

    Possible values: Value must match regular expression .*\+?[0-9\-/ ]+.*

  • telephone string

    Possible values: Value must match regular expression .*\+?[0-9\-/ ]+.*

  • lat float required
  • lon float required
  • lifeTimeInDays integer

    Possible values: >= 1 and <= 21

  • weightInGrams integer required

    Possible values: <= 100000

Responses

Loading...