File tree Expand file tree Collapse file tree 5 files changed +144
-4
lines changed
content/en/api/v2/cloud-cost-management Expand file tree Collapse file tree 5 files changed +144
-4
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2025-08-15 18:55:08.585039 ",
8
- "spec_repo_commit": "c38287bf "
7
+ "regenerated": "2025-08-15 20:12:14.764431 ",
8
+ "spec_repo_commit": "5fd0df25 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2025-08-15 18:55:19.125843 ",
13
- "spec_repo_commit": "c38287bf "
12
+ "regenerated": "2025-08-15 20:12:24.895675 ",
13
+ "spec_repo_commit": "5fd0df25 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change 236
236
},
237
237
"html" : " <div class=\"\" ><div class=\" row \" >\n <div class=\" col-12 first-column\" >\n <div class=\" row first-row \" >\n <div class=\" col-4 column\" >\n <p class=\" key\" >errors [<em>required</em>]</p>\n </div>\n <div class=\" col-2 column\" ><p>[string]</p></div>\n <div class=\" col-6 column\" ><p>A list of errors.</p></div>\n </div>\n \n </div>\n </div></div>"
238
238
},
239
+ "404" : {
240
+ "json" : {
241
+ "errors" : [
242
+ " Bad Request"
243
+ ]
244
+ },
245
+ "html" : " <div class=\"\" ><div class=\" row \" >\n <div class=\" col-12 first-column\" >\n <div class=\" row first-row \" >\n <div class=\" col-4 column\" >\n <p class=\" key\" >errors [<em>required</em>]</p>\n </div>\n <div class=\" col-2 column\" ><p>[string]</p></div>\n <div class=\" col-6 column\" ><p>A list of errors.</p></div>\n </div>\n \n </div>\n </div></div>"
246
+ },
239
247
"429" : {
240
248
"json" : {
241
249
"errors" : [
521
529
},
522
530
"html" : " <div class=\"\" ><div class=\" row \" >\n <div class=\" col-12 first-column\" >\n <div class=\" row first-row \" >\n <div class=\" col-4 column\" >\n <p class=\" key\" >errors [<em>required</em>]</p>\n </div>\n <div class=\" col-2 column\" ><p>[string]</p></div>\n <div class=\" col-6 column\" ><p>A list of errors.</p></div>\n </div>\n \n </div>\n </div></div>"
523
531
},
532
+ "404" : {
533
+ "json" : {
534
+ "errors" : [
535
+ " Bad Request"
536
+ ]
537
+ },
538
+ "html" : " <div class=\"\" ><div class=\" row \" >\n <div class=\" col-12 first-column\" >\n <div class=\" row first-row \" >\n <div class=\" col-4 column\" >\n <p class=\" key\" >errors [<em>required</em>]</p>\n </div>\n <div class=\" col-2 column\" ><p>[string]</p></div>\n <div class=\" col-6 column\" ><p>A list of errors.</p></div>\n </div>\n \n </div>\n </div></div>"
539
+ },
524
540
"429" : {
525
541
"json" : {
526
542
"errors" : [
Original file line number Diff line number Diff line change @@ -50716,6 +50716,12 @@ paths:
50716
50716
schema:
50717
50717
$ref: '#/components/schemas/APIErrorResponse'
50718
50718
description: Forbidden
50719
+ '404':
50720
+ content:
50721
+ application/json:
50722
+ schema:
50723
+ $ref: '#/components/schemas/APIErrorResponse'
50724
+ description: Not Found
50719
50725
'429':
50720
50726
$ref: '#/components/responses/TooManyRequestsResponse'
50721
50727
security:
@@ -50880,6 +50886,12 @@ paths:
50880
50886
schema:
50881
50887
$ref: '#/components/schemas/APIErrorResponse'
50882
50888
description: Forbidden
50889
+ '404':
50890
+ content:
50891
+ application/json:
50892
+ schema:
50893
+ $ref: '#/components/schemas/APIErrorResponse'
50894
+ description: Not Found
50883
50895
'429':
50884
50896
$ref: '#/components/responses/TooManyRequestsResponse'
50885
50897
security:
Original file line number Diff line number Diff line change @@ -402091,6 +402091,34 @@
402091
402091
},
402092
402092
"description": "Forbidden"
402093
402093
},
402094
+ "404": {
402095
+ "content": {
402096
+ "application/json": {
402097
+ "schema": {
402098
+ "description": "API error response.",
402099
+ "properties": {
402100
+ "errors": {
402101
+ "description": "A list of errors.",
402102
+ "example": [
402103
+ "Bad Request"
402104
+ ],
402105
+ "items": {
402106
+ "description": "A list of items.",
402107
+ "example": "Bad Request",
402108
+ "type": "string"
402109
+ },
402110
+ "type": "array"
402111
+ }
402112
+ },
402113
+ "required": [
402114
+ "errors"
402115
+ ],
402116
+ "type": "object"
402117
+ }
402118
+ }
402119
+ },
402120
+ "description": "Not Found"
402121
+ },
402094
402122
"429": {
402095
402123
"content": {
402096
402124
"application/json": {
@@ -403251,6 +403279,34 @@
403251
403279
},
403252
403280
"description": "Forbidden"
403253
403281
},
403282
+ "404": {
403283
+ "content": {
403284
+ "application/json": {
403285
+ "schema": {
403286
+ "description": "API error response.",
403287
+ "properties": {
403288
+ "errors": {
403289
+ "description": "A list of errors.",
403290
+ "example": [
403291
+ "Bad Request"
403292
+ ],
403293
+ "items": {
403294
+ "description": "A list of items.",
403295
+ "example": "Bad Request",
403296
+ "type": "string"
403297
+ },
403298
+ "type": "array"
403299
+ }
403300
+ },
403301
+ "required": [
403302
+ "errors"
403303
+ ],
403304
+ "type": "object"
403305
+ }
403306
+ }
403307
+ },
403308
+ "description": "Not Found"
403309
+ },
403254
403310
"429": {
403255
403311
"content": {
403256
403312
"application/json": {
Original file line number Diff line number Diff line change @@ -402091,6 +402091,34 @@
402091
402091
},
402092
402092
"description": "Forbidden"
402093
402093
},
402094
+ "404": {
402095
+ "content": {
402096
+ "application/json": {
402097
+ "schema": {
402098
+ "description": "API error response.",
402099
+ "properties": {
402100
+ "errors": {
402101
+ "description": "A list of errors.",
402102
+ "example": [
402103
+ "Bad Request"
402104
+ ],
402105
+ "items": {
402106
+ "description": "A list of items.",
402107
+ "example": "Bad Request",
402108
+ "type": "string"
402109
+ },
402110
+ "type": "array"
402111
+ }
402112
+ },
402113
+ "required": [
402114
+ "errors"
402115
+ ],
402116
+ "type": "object"
402117
+ }
402118
+ }
402119
+ },
402120
+ "description": "Not Found"
402121
+ },
402094
402122
"429": {
402095
402123
"content": {
402096
402124
"application/json": {
@@ -403251,6 +403279,34 @@
403251
403279
},
403252
403280
"description": "Forbidden"
403253
403281
},
403282
+ "404": {
403283
+ "content": {
403284
+ "application/json": {
403285
+ "schema": {
403286
+ "description": "API error response.",
403287
+ "properties": {
403288
+ "errors": {
403289
+ "description": "A list of errors.",
403290
+ "example": [
403291
+ "Bad Request"
403292
+ ],
403293
+ "items": {
403294
+ "description": "A list of items.",
403295
+ "example": "Bad Request",
403296
+ "type": "string"
403297
+ },
403298
+ "type": "array"
403299
+ }
403300
+ },
403301
+ "required": [
403302
+ "errors"
403303
+ ],
403304
+ "type": "object"
403305
+ }
403306
+ }
403307
+ },
403308
+ "description": "Not Found"
403309
+ },
403254
403310
"429": {
403255
403311
"content": {
403256
403312
"application/json": {
You can’t perform that action at this time.
0 commit comments