fix: correct indentation in JSON payloads (#26871)

This commit is contained in:
GuanMu
2025-10-14 19:41:01 +08:00
committed by GitHub
parent 3e5e87930c
commit 9e39be0770
3 changed files with 4 additions and 4 deletions

View File

@@ -1188,7 +1188,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty } from '../md.tsx'
--header 'Content-Type: application/json' \\
--data-raw '{
"value": "Updated Value",
"user": "abc-123"
"user": "abc-123"
}'`}
/>