Skip to content

Commit 44f27b2

Browse files
chore: chore: update Updatecli jsonschema (#2502)
Made with ❤️️ by updatecli Co-authored-by: updateclibot[bot] <92153806+updateclibot[bot]@users.noreply.github.com>
1 parent b51bd10 commit 44f27b2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/en/schema/latest/policy/manifest/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8023,7 +8023,7 @@
80238023
},
80248024
"body": {
80258025
"type": "string",
8026-
"description": "[S][C] Specifies a custom HTTP request body. Defaults to \"\" (empty string)."
8026+
"description": "[S][C] Specifies a custom HTTP request body. Required with POST, PUT, PATCH."
80278027
},
80288028
"headers": {
80298029
"additionalProperties": {
@@ -15360,7 +15360,7 @@
1536015360
},
1536115361
"body": {
1536215362
"type": "string",
15363-
"description": "[S][C] Specifies a custom HTTP request body. Defaults to \"\" (empty string)."
15363+
"description": "[S][C] Specifies a custom HTTP request body. Required with POST, PUT, PATCH."
1536415364
},
1536515365
"headers": {
1536615366
"additionalProperties": {
@@ -23039,7 +23039,7 @@
2303923039
},
2304023040
"body": {
2304123041
"type": "string",
23042-
"description": "[S][C] Specifies a custom HTTP request body. Defaults to \"\" (empty string)."
23042+
"description": "[S][C] Specifies a custom HTTP request body. Required with POST, PUT, PATCH."
2304323043
},
2304423044
"headers": {
2304523045
"additionalProperties": {

0 commit comments

Comments
 (0)