Customize Switches to New Version
Edition:REST APIs are enabled with AdminStudio Enterprise Edition.
When you send this request with the value set to True, it will preserve additional switches from the older application to the new application.
Request Type |
Description |
||||||||||||
API |
http://localhost:8086/Catalog/ASOptionsProperty/?optionType=PackageFeedOptions&PropertyName=RetainAdditionalSwitches |
||||||||||||
Method |
GET |
||||||||||||
Parameters |
List all parameters in the following format:
|
||||||||||||
Connection Info |
Provides the connection information of the package as mentioned in Setting Up Connection to Run REST APIs |
||||||||||||
Response |
Example: http://localhost:8086/Catalog/ASOptionsProperty/?optionType=PackageFeedOptions&PropertyName=RetainAdditionalSwitches Response: <data>True</data> |
Request Type |
Description |
|||||||||||||||||||||
API |
http://localhost:8086/catalog/ASOptionsProperty/?optionType=PackageFeedOptions&PropertyName=RetainAdditionalSwitches&Value=False |
|||||||||||||||||||||
Method |
POST |
|||||||||||||||||||||
Parameters |
List all parameters in the following format:
|
|||||||||||||||||||||
Connection Info |
Provides the connection information of the package as mentioned in Setting Up Connection to Run REST APIs |
|||||||||||||||||||||
Response |
Example: http://localhost:8086/catalog/ASOptionsProperty/?optionType=PackageFeedOptions&PropertyName=RetainAdditionalSwitches&Value=False Response: <data>true</data> |