From 292e70f70a9afa8060f51d5c678eeed65f533c79 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 12 Feb 2026 13:43:35 -0500 Subject: [PATCH] fix: add example value for failing schema test --- public/openapi/write/admin/activitypub/rules/order.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/public/openapi/write/admin/activitypub/rules/order.yaml b/public/openapi/write/admin/activitypub/rules/order.yaml index 75f23ac859..ef459958f1 100644 --- a/public/openapi/write/admin/activitypub/rules/order.yaml +++ b/public/openapi/write/admin/activitypub/rules/order.yaml @@ -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. items: type: string + example: ["be1aee05-2d56-484e-9d83-6212d0f8a033", "81b20d59-85af-44e7-9e52-dadf6ff3c7fb"] responses: '200': description: rules successfully re-ordered