Skip to main content

Update security group

PATCH 

/security_groups/security_group

Updates a security group with new properties

Scopes

  • security_groups

OAuth2 Scopes

When using OAuth2 authentication, scopes are prefixed with api.katapult.io/core/v1/.

Request

Body

    security_group

    object

    required

    All 'security_group[]' params are mutually exclusive, only one can be provided.

    id string

    properties

    object

    required

    name string
    allow_all_inbound boolean
    allow_all_outbound boolean
    associations string[]

    annotations

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

Responses

Updates a security group with new properties

Schema

    security_group

    object

    required

    id string
    name string
    allow_all_inbound boolean
    allow_all_outbound boolean
    associations string[]

    annotations

    object[]

    required

  • Array [

  • key stringrequired
    value string
  • ]

Loading...