From 941ee8509aadf789dc28ed495cadeebf3cd340d1 Mon Sep 17 00:00:00 2001 From: codyhall Date: Mon, 17 Apr 2023 10:04:30 -0600 Subject: [PATCH] POST playbook api specification includes public boolean definition (#22986) Automatic Merge --- server/playbooks/server/api/api.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/playbooks/server/api/api.yaml b/server/playbooks/server/api/api.yaml index 69e74a44c7..538c03ca79 100644 --- a/server/playbooks/server/api/api.yaml +++ b/server/playbooks/server/api/api.yaml @@ -1405,6 +1405,10 @@ paths: type: boolean description: A boolean indicating whether the playbook runs created from this playbook should be public or private. example: true + public: + type: boolean + description: A boolean indicating whether the playbook is licensed as public or private. Required 'true' for free tier. + example: true checklists: type: array description: The stages defined by this playbook.