diff --git a/src/api/docs/content/specs/clients.yaml b/src/api/docs/content/specs/clients.yaml index 687cb2cbb..f28418c62 100644 --- a/src/api/docs/content/specs/clients.yaml +++ b/src/api/docs/content/specs/clients.yaml @@ -55,8 +55,8 @@ components: - $ref: 'clients.yaml#/components/schemas/clients/put' - $ref: 'common.yaml#/components/schemas/took' responses: - '201': - description: Created item + '200': + description: Created or Updated Item content: application/json: schema: diff --git a/src/api/docs/content/specs/domains.yaml b/src/api/docs/content/specs/domains.yaml index 1ce7213f4..e57128042 100644 --- a/src/api/docs/content/specs/domains.yaml +++ b/src/api/docs/content/specs/domains.yaml @@ -79,8 +79,8 @@ components: - $ref: 'domains.yaml#/components/schemas/domains/put' - $ref: 'common.yaml#/components/schemas/took' responses: - '201': - description: Created domain + '200': + description: Created or Updated domain content: application/json: schema: diff --git a/src/api/docs/content/specs/groups.yaml b/src/api/docs/content/specs/groups.yaml index 6712c5994..f85f0fa76 100644 --- a/src/api/docs/content/specs/groups.yaml +++ b/src/api/docs/content/specs/groups.yaml @@ -54,8 +54,8 @@ components: schema: $ref: 'groups.yaml#/components/schemas/groups/put' responses: - '201': - description: Created item + '200': + description: Created or Updated Item content: application/json: schema: diff --git a/src/api/docs/content/specs/lists.yaml b/src/api/docs/content/specs/lists.yaml index 9226e6624..19c3fddab 100644 --- a/src/api/docs/content/specs/lists.yaml +++ b/src/api/docs/content/specs/lists.yaml @@ -54,8 +54,8 @@ components: schema: $ref: 'lists.yaml#/components/schemas/lists/put' responses: - '201': - description: Created item + '200': + description: Created or Updated Item content: application/json: schema: