Skip to content

Conversation

@nulmete
Copy link
Member

@nulmete nulmete commented Jan 6, 2026

This is related to iOS/iPad VPP auto-updates: GitOps, and is required for this PR GitOps support for scheduled auto updates settings after reviewing it with @lucasmrod

Follow-up will be to update the VPPBatchPayload struct with these 3 fields in the mentioned PR.

| app_store_apps.auto_update_start_time | string | body | The start time (in HH:MM format, UTC) of the window during which automatic updates can occur. |
| app_store_apps.auto_update_end_time | string | body | The end time (in HH:MM format, UTC) of the window during which automatic updates can occur. |
| app_store_apps.auto_update_enabled | boolean | body | **Optional**. Whether automatic updates are enabled for this iOS/iPadOS VPP app. |
| app_store_apps.auto_update_start_time | string | body | **Optional**. The start time (in HH:MM format, UTC) of the window during which automatic updates can occur. Required if `auto_update_enabled` is `true`. |
Copy link
Member

@lucasmrod lucasmrod Jan 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not UTC, it's host local time. (Same with end.)

@rachaelshaw
Copy link
Member

@nulmete mind opening a new PR to the docs-v4.80.0 branch? Changes for upcoming features are added to branches for their specific releases, since doc changes merged to main go live right away. (Less important for contributor API changes like this since they aren't on the website, but good to be consistent about it so docs on main always reflect the current release.)

@nulmete
Copy link
Member Author

nulmete commented Jan 6, 2026

Reopened in #37947

@nulmete nulmete closed this Jan 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants