Skip to main content

Create or update the Platform Consumption

PUT 

/platform-limit/consumptions/me

Create or update the Platform Consumption for the authenticated user.

Request

Query Parameters

    applies_to stringrequired
    consumption_to_add int32

    Default value: 1

Responses

Found

Schema

    first stringnullablerequired

    The link to the first page.

    items

    object[]

    required

    An array of objects.

  • Array [

  • account_limits int32
    applies_to stringrequired
    block boolean
    consumption int32
    id int64
    limits int32
    reference_id int64required
    reference_type stringrequired

    Possible values: [SUBSCRIPTION, ACCOUNT]

    remaining int32
    resets_in_seconds int64
    subscription_limits int32
  • ]

  • last stringnullablerequired

    The link to the last page.

    next stringnullablerequired

    The link to the next page or null if there's no page.

    prev stringnullablerequired

    The link to the previous page or null if there's no page.

    self stringnullablerequired

    The link to the current page.