Change detail

613Docs

5e18ab673332 → 6d6269f8cab6 · 19 changes across 10 operations

  • POST/v1/orders
    • ○

      added the new optional request property //

    • ○

      added the new optional request property //

    • ○

      the request property // became nullable

    • ○

      the request property // became optional

    • ○

      added the required property to the response with the status

    • ○

      added the required property to the response with the status

  • PUT/v1/campaigns/{campaign_id}
    • ●

      added the new discord_linked enum value to the / response property for the response status

    • ○

      added the new discord_linked enum value to the request property /

  • GET/v1/campaigns
    • ●

      added the new discord_linked enum value to the // response property for the response status

    • ○

      added the enum value discord_linked to the property anyOf[subschema #1: CampaignEventType]/ of the query request parameter type

  • POST/v1/campaigns
    • ●

      added the new discord_linked enum value to the / response property for the response status

    • ○

      added the new discord_linked enum value to the request property /

  • GET/v1/orders
    • ○

      added the new optional query request parameter start_after_id

    • ○

      query request parameter offset was deprecated

  • GET/v1/campaigns/{campaign_id}
    • ●

      added the new discord_linked enum value to the / response property for the response status

  • PUT/v1/campaigns/{campaign_id}/graph
    • ●

      added the new discord_linked enum value to the / response property for the response status

  • GET/v1/campaigns/by_ids
    • ●

      added the new discord_linked enum value to the // response property for the response status

  • PUT/v1/players/{player_id}
    • ○

      endpoint added

  • GET/v1/players/{player_id}/store_items
    • ○

      endpoint added