Skip to main content

Edit packages

PATCH 

/packages/:package_id

Edit a packages

Request

Path Parameters

    package_id stringrequired

Header Parameters

    Content-Type stringrequired
    Example: application/x-www-form-urlencoded
    Accept stringrequired
    Example: application/json

Body

    title stringrequired

    Title of package

    Example: Title
    description stringrequired

    Description of package

    Example: Text
    privacy stringrequired

    Privacy of content (hidden, public, registered)

    Example: public
    collection_ids[] stringrequired

    Collections to attach at this package

    Example: 43245
    category_ids[] stringrequired

    Categories to attach at this package

    Example: 8856
    date_order stringrequired

    Date to order chronologically order collections

    Example: 2024-09-12 13:00:00
    seo_title stringrequired

    Title for search engines

    Example: seo
    seo_description stringrequired

    Description for search engines

    Example: description
    full_description stringrequired

    Full description that allows html inside

    Example: full

Responses

Response Headers

    Schema

      status stringrequired
      id stringrequired
    Loading...