fix: add example value for failing schema test

This commit is contained in:
Julian Lam
2026-02-12 13:43:35 -05:00
parent bafd5db07c
commit 292e70f70a

View File

@@ -15,6 +15,7 @@ put:
description: A list of rule IDs in the preferred order. Any omitted IDs will remain in the last-known order, which may conflict with the new ordering. description: A list of rule IDs in the preferred order. Any omitted IDs will remain in the last-known order, which may conflict with the new ordering.
items: items:
type: string type: string
example: ["be1aee05-2d56-484e-9d83-6212d0f8a033", "81b20d59-85af-44e7-9e52-dadf6ff3c7fb"]
responses: responses:
'200': '200':
description: rules successfully re-ordered description: rules successfully re-ordered