Skip to main content

Update Service Binding Map (v2.1)

PUT 

/v2.1/api/tenants/:tenant_id/servicebindingmaps/:map_id

Update a service binding map.

Request

Path Parameters

    tenant_id stringrequired

    The ID of the tenant.

    map_id stringrequired

    The ID of the service binding map.

Body

Details of the service binding maps to be updated

    description

    The description of the service binding map. Max size = 256.

    id string

    The ID of the service binding map.

    is_default boolean

    The default map.

    name stringrequired

    The name of the service binding map. Max size = 128.

    service_bindings ServiceBinding[]required

    The service binding endpoint IDs and labels.

  • Array [
  • service_endpoint_ids string[]

    The service endpoint IDs.

    service_label_id string

    The service label ID.

  • ]
  • tags string[]

    A information field that can be added to identify the service binding map. Maximum 10 unique tags of length 1024 each are allowed.

Responses

Successful Operation

Schema
    description

    The description of the service binding map. Max size = 256.

    id string

    The ID of the service binding map.

    is_default boolean

    The default map.

    name stringrequired

    The name of the service binding map. Max size = 128.

    service_bindings ServiceBinding[]required

    The service binding endpoint IDs and labels.

  • Array [
  • service_endpoint_ids string[]

    The service endpoint IDs.

    service_label_id string

    The service label ID.

  • ]
  • tags string[]

    A information field that can be added to identify the service binding map. Maximum 10 unique tags of length 1024 each are allowed.

Loading...