Skip to main content

Create Showback Values

PATCH 

/c/showback/showbacks/

Partially updates an existing showback entry using the fields provided in the request body. The payload must follow the ShowbackDetails schema.

Request

Path Parameters

    id integerrequired

    A unique integer value identifying this showback.

Body

required

    extra_values string[]

    Possible values: non-empty and <= 256 characters

    tag_keys string[]

    Possible values: non-empty and <= 256 characters

    name Name (string)required

    Possible values: non-empty and <= 256 characters

    removed_showback_values Removed showback values (string)[]

    Possible values: non-empty and <= 256 characters

    active Active (boolean)
    allocation_tag_type Allocation tag type (string)

    Possible values: [tags, labels, cost_allocation_tags]

    owner_id Owner id (integer)nullable

    Possible values: >= -2147483648 and <= 2147483647

    is_locked Is locked (boolean)

Responses

Successfully updated the showback entry.

Schema

    id ID (integer)
    cost_distribution Cost distribution (string)
    allocation_rules_cost_distribution Allocation rules cost distribution (string)
    percentage_allocation_rules_distribution Percentage allocation rules distribution (string)

    combined_values

    object[]

  • Array [

  • id ID (integer)
    combined_values string[]required

    Possible values: non-empty and <= 256 characters

    created date-time
    modified date-time
    name Name (string)required

    Possible values: non-empty and <= 256 characters

    showback Showback (integer)
  • ]

  • extra_values string[]

    Possible values: non-empty and <= 256 characters

    tag_keys string[]

    Possible values: non-empty and <= 256 characters

    created date-time
    modified date-time
    client_id Client id (integer)
    name Name (string)required

    Possible values: non-empty and <= 256 characters

    removed_showback_values Removed showback values (string)[]

    Possible values: non-empty and <= 256 characters

    active Active (boolean)
    allocation_tag_type Allocation tag type (string)

    Possible values: [tags, labels, cost_allocation_tags]

    creator_id Creator id (integer)
    owner_id Owner id (integer)nullable

    Possible values: >= -2147483648 and <= 2147483647

    is_locked Is locked (boolean)
Loading...