File tree 4 files changed +8
-8
lines changed
src/api/docs/content/specs
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ components:
55
55
- $ref : ' clients.yaml#/components/schemas/clients/put'
56
56
- $ref : ' common.yaml#/components/schemas/took'
57
57
responses :
58
- ' 201 ' :
59
- description : Created item
58
+ ' 200 ' :
59
+ description : Created or Updated Item
60
60
content :
61
61
application/json :
62
62
schema :
Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ components:
79
79
- $ref : ' domains.yaml#/components/schemas/domains/put'
80
80
- $ref : ' common.yaml#/components/schemas/took'
81
81
responses :
82
- ' 201 ' :
83
- description : Created domain
82
+ ' 200 ' :
83
+ description : Created or Updated domain
84
84
content :
85
85
application/json :
86
86
schema :
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ components:
54
54
schema :
55
55
$ref : ' groups.yaml#/components/schemas/groups/put'
56
56
responses :
57
- ' 201 ' :
58
- description : Created item
57
+ ' 200 ' :
58
+ description : Created or Updated Item
59
59
content :
60
60
application/json :
61
61
schema :
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ components:
54
54
schema :
55
55
$ref : ' lists.yaml#/components/schemas/lists/put'
56
56
responses :
57
- ' 201 ' :
58
- description : Created item
57
+ ' 200 ' :
58
+ description : Created or Updated Item
59
59
content :
60
60
application/json :
61
61
schema :
You can’t perform that action at this time.
0 commit comments