Set-ASProperty
                                            
Edition:REST APIs are enabled with AdminStudio Enterprise Edition.
When you send this request, it will set the application model properties of a package.
| Request Type | Description | |||||||||
| API | http://localhost:8086/catalog/deploymenttypes/{PackageID}/properties/{PropertyName}/?value={value} | |||||||||
| 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/deploymenttypes/59/properties/Publisher/?value=TestPublisher <response> <HasFault>false</HasFault><headers><httpHeaders><Host>localhost:8086</Host><Connection>keep-alive</Connection><Accept>*/*</Accept><User-Agent>PostmanRuntime/7.26.10</User-Agent><Accept-Encoding>gzip, deflate, br</Accept-Encoding><Postman-Token>16058260-d59e-45d4-bf96-eb59098952ec</Postman-Token><Content-Length>0</Content-Length></httpHeaders><request></request></headers><summary /><data>true</data> </response> |