Skip to main content

Add groups to entity

PUT 

/api/v1/catalog/:tag/groups

Add groups to entity

Request

Path Parameters

    tag stringrequired

    The entity tag (x-cortex-tag) that identifies the entity.

Body

required

    groups

    object[]

    required

  • Array [

  • tag stringrequired
  • ]

Responses

Successfully created group memberships

Schema

    groups

    object[]

    required

  • Array [

  • tag stringrequired
  • ]

Loading...