diff --git a/www/docs/static/schema.json b/www/docs/static/schema.json index c01e6bfde34..0a2cf9bad18 100644 --- a/www/docs/static/schema.json +++ b/www/docs/static/schema.json @@ -1801,6 +1801,9 @@ "replace_existing_draft": { "type": "boolean" }, + "target_commitish": { + "type": "string" + }, "disable": { "type": "boolean" },