Fixed
Details
Assignee
Alf-Rune SiqvelandAlf-Rune SiqvelandReporter
Kristian AmlieKristian AmlieLabels
Story Points
5Priority
(None)Days in progress
3Fix versions
Sprint
NoneBacklog
yes
Details
Details
Assignee
Alf-Rune Siqveland
Alf-Rune SiqvelandReporter
Kristian Amlie
Kristian AmlieLabels
Story Points
5
Priority
Days in progress
3
Fix versions
Sprint
None
Backlog
yes
Zendesk Support
Zendesk Support
Zendesk Support
Checklist
Checklist
Checklist
Created March 19, 2021 at 12:13 PM
Updated June 25, 2024 at 11:55 AM
Resolved May 11, 2021 at 7:16 AM
Acceptance criteria:
Enterprise plan only.
When
deployments/next
endpoint is called, check for the existence ofupdate_control_map
in the top-level deployments object.If it doesn't exist or is empty, keep existing behavior, IOW return the same as today.
If it does exist, check for
update_control_map
parameter.If unset or set to any other value than "true", fail the update for this device with "Device does not support Update Control. Need to create a deployment without Update Control for this device.". Return 204 to device.
If set to "true", return the
update_control_map
JSON object in the client response.It is only needed to support the
update_control_map
parameter in POST requests.Unit tests.
Feature branch:
feature-update_control_maps