Merging of a profile with a configuration file of a device. Several device IDs should be separated by ','
Request
Body Params multipart/form-data
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request POST 'https://fleet.roscolive.com/api/v1.0/api/{{API_VERSION}}/profile/{{PROFILE_ID}}/devices/config' \
--form'device_ids="{{DEVICE_IDs}}"' \
--form'restart="{{true or false}}"'
Responses
🟠404merge profile with none existing device config
application/json
Body
Example
{"meta":{"code":404},"response":{"error":"profile doesn't exist or not permitted"},"result":"Failed"}