From f17fe75169029dc4f2cd778d02d3aac57aae2341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arpad=20M=C3=BCller?= Date: Mon, 22 Jul 2024 18:39:18 +0200 Subject: [PATCH] Mark body of archival_config endpoint as required (#8458) As pointed out in https://github.com/neondatabase/neon/pull/8414#discussion_r1684881525 Part of https://github.com/neondatabase/neon/issues/8088 --- pageserver/src/http/openapi_spec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pageserver/src/http/openapi_spec.yml b/pageserver/src/http/openapi_spec.yml index 087d281a0c..59e646d0ca 100644 --- a/pageserver/src/http/openapi_spec.yml +++ b/pageserver/src/http/openapi_spec.yml @@ -414,7 +414,7 @@ paths: Either archives or unarchives the given timeline. An archived timeline may not have any non-archived children. requestBody: - required: false + required: true content: application/json: schema: