POST playbook api specification includes public boolean definition (#22986)

Automatic Merge
Этот коммит содержится в:
codyhall
2023-04-17 10:04:30 -06:00
коммит произвёл GitHub
родитель a80e1e21b9
Коммит 941ee8509a

Просмотреть файл

@@ -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.