Skip to content

Commit 79bf98c

Browse files
TAX-2677: docs(tax) - Capitalize ID in PUT 422 response description
Capitalize "id" to "ID" in the 422 error description for the batch update endpoint, consistent with capitalization elsewhere in the spec. Refs TAX-2677 Co-Authored-By: Claude <[email protected]>
1 parent 7a4ce1b commit 79bf98c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reference/tax_classes.v3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ paths:
148148
schema:
149149
$ref: '#/components/schemas/ProblemResponseEnvelope'
150150
'422':
151-
description: Validation error (format, duplicate `id` in batch, invalid id values, id-only update payload, etc.).
151+
description: Validation error (format, duplicate `id` in batch, invalid ID values, ID-only update payload, etc.).
152152
content:
153153
application/problem+json:
154154
schema:

0 commit comments

Comments
 (0)