Skip to content

Commit

Permalink
feat: Adds license.license-apply field to GHES v3.12
Browse files Browse the repository at this point in the history
feat: Adds license.license-apply field to GHES v3.12
  • Loading branch information
nickfloyd committed Apr 8, 2024
2 parents 5f19af4 + bfd4fd0 commit b0603c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cache/ghes-3.12.json
Expand Up @@ -157812,6 +157812,13 @@
"required": false,
"schema": { "type": "string" }
},
"license-apply": {
"name": "apply",
"description": "Whether to apply changes from the license. Uploading a license does not automatically apply changes. To make the changes effective, you can specify to apply the license too.",
"in": "query",
"required": false,
"schema": { "type": "boolean" }
},
"uuid": {
"name": "uuid",
"description": "The UUID which identifies a node.",
Expand Down

0 comments on commit b0603c7

Please sign in to comment.