Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.88 KB

UpdateDevicesRequest.md

File metadata and controls

19 lines (15 loc) · 1.88 KB

UpdateDevicesRequest

Properties

Name Type Description Notes
release_id float When provided, will update the provided release with the new set of devices. By default the latest release of the distribution group is used when this property is omitted. If `release_id` is passed in the path, there is no need to pass in the body as well. [optional]
username string The username for the Apple Developer account to publish the devices to. [optional]
password string The password for the Apple Developer account to publish the devices to. [optional]
account_service_connection_id string The service_connection_id of the stored Apple credentials instead of username, password. [optional]
p12_base64 string The certificate to use for resigning the application with the updated provisioning profiles. [optional]
p12_service_connection_id string The service_connection_id of the stored Apple certificate instead of p12_base64 value. [optional]
p12_password string The password certificate if one is needed. [optional]
publish_all_devices bool When set to true, all unprovisioned devices will be published to the Apple Developer account. When false, only the provided devices will be published to the Apple Developer account. [optional]
devices string[] Array of device UDID's to be published to the Apple Developer account. [optional]
destinations \ZeC128\AppCenter\AppCenterApi\UpdateDevicesRequestDestinations[] Array of distribution groups that the devices should be provisioned from. [optional]

[Back to Model list] [Back to API list] [Back to README]