Skip to main content
PUT

Autoritzacions

Authorization
string
header
requerit

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Paràmetres de ruta

organization_id
string
requerit

Identificador de l'organització.

Required string length: 24
Pattern: ^[0-9a-f]{24}$
core_process_group_id
string
requerit

Identificador del grup de processos core.

Required string length: 24
Pattern: ^[0-9a-f]{24}$

Cos

application/json

Cos d'actualització completa del grup de processos core.

name
string
requerit

Nom del grup de processos core.

description
string | null
requerit

Descripció del grup de processos core.

workspace_group_id
string
requerit

Identificador del grup de workspaces associat.

Required string length: 24
Pattern: ^[0-9a-f]{24}$

Resposta

Grup de processos core actualitzat correctament.

id
string
requerit

Identificador del grup de processos core.

Required string length: 24
Pattern: ^[0-9a-f]{24}$
organization_id
string
requerit

Identificador de l'organització.

Required string length: 24
Pattern: ^[0-9a-f]{24}$
name
string
requerit

Nom del grup de processos core.

workspace_group_id
string
requerit

Identificador del grup de workspaces associat.

Required string length: 24
Pattern: ^[0-9a-f]{24}$
description
string | null

Descripció del grup de processos core.