Apps And Solutions
Application

Add a compatible solution to an application

1min
POST
/developer/apps/{appId}/compatible-solns

This API is used to add a compatible solution to an application.

In order to add a compatible solution, the unique solution id of the solution must be provided in the input. The list of compatible solutions associated with the application can be obtained from the GET /applications/{appId} API.

Adding a solution version to an application will result in the app being compatible with the all the corresponding versions of the solution.

Path Parameters
appId
*
Header Parameters
x-developerplatform-access
*
Body Parameters
body
*
solnListingIds
*
Responses
201
403
User does not have access to the app's org/team combo
error
*
request
*
404
App id not found
error
*
request
*
Curl
JS
Ruby
Python
Responses
201
403
404