Skip to content

Commit

Permalink
Add archive field to app maintenance spec (#936)
Browse files Browse the repository at this point in the history
* Add archive field to app maintenance spec

* Add note about closed beta
  • Loading branch information
blesswinsamuel authored Oct 24, 2024
1 parent 912f406 commit e19c610
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion specification/resources/apps/models/app_maintenance_spec.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
type: object
description: Specification to configure maintenance settings for the app, such as maintenance mode.
description: Specification to configure maintenance settings for the app, such as maintenance mode and archiving the app.
properties:
enabled:
type: boolean
description: Indicates whether maintenance mode should be enabled for the app.
example: true
archive:
type: boolean
description: Indicates whether the app should be archived. Setting this to true implies that enabled is set to true. Note that this feature is currently in closed beta.
example: true

0 comments on commit e19c610

Please sign in to comment.