Skip to content

Commit 4e55669

Browse files
committed
fix curl example
1 parent 076a624 commit 4e55669

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

www/apps/api-reference/specs/admin/code_samples/Shell/admin_views_{entity}_configurations/post.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ curl -X POST '{backend_url}/admin/views/{entity}/configurations' \
33
-H 'Content-Type: application/json' \
44
-d '{
55
"is_system_default": true,
6-
"name": "Custom View",
6+
"name": "Custom View"
77
}'

www/apps/api-reference/specs/admin/openapi.full.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54587,7 +54587,7 @@ paths:
5458754587
-H 'Content-Type: application/json' \
5458854588
-d '{
5458954589
"is_system_default": true,
54590-
"name": "Custom View",
54590+
"name": "Custom View"
5459154591
}'
5459254592
tags:
5459354593
- Views

www/utils/generated/oas-output/operations/admin/post_admin_views_[entity]_configurations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* -H 'Content-Type: application/json' \
3030
* -d '{
3131
* "is_system_default": true,
32-
* "name": "Custom View",
32+
* "name": "Custom View"
3333
* }'
3434
* tags:
3535
* - Views

0 commit comments

Comments
 (0)