Skip to main content

Execute complex tag operation

PUT 

/v2/projects/:projectId/tag-complex

Execute complex tag operation

Request

Path Parameters

    projectId int64required

Body

required
    filterKeys object[]

    Include keys filtered by the provided key information

  • Array [
  • name string
    namespace string
    id int64

    If key id is provided, name and namespace are ignored.

  • ]
  • filterKeysNot object[]

    Exclude keys filtered by the provided key information

  • Array [
  • name string
    namespace string
    id int64

    If key id is provided, name and namespace are ignored.

  • ]
  • filterTag string[]

    Include keys filtered by the provided tag information. This filter supports wildcards. For example, draft-* will match all tags starting with draft-.

    filterTagNot string[]

    Exclude keys filtered by the provided tag information. This filter supports wildcards. For example, draft-* will match all tags starting with draft-.

    tagFiltered string[]

    Specified tags will be added to filtered keys

    untagFiltered string[]

    Specified tags will be removed from filtered keys. It supports wildcards. For example, draft-* will remove all tags starting with draft-.

    tagOther string[]

    Specified tags will be added to keys not filtered by any of the specified filters.

    untagOther string[]

    Specified tags will be removed from keys not filtered by any of the specified filters. It supports wildcards. For example, draft-* will remove all tags starting with draft-.

Responses

OK

Loading...