v1

latestOpenAPI 3.0.02026-07-147249104.6 KB
apps : Find and modify apps

Allows a developer or administrator to change the status of apps

Only certain status changes are allowed. For instance, a developer is only able to suspend and unsuspend their app (which must already be approved). See here for a state change diagram of allowed status changes for administrators: https://support.openchannel.io/documentation/api/#415-apps-status-change

post/apps/{appId}/versions/{version}/status

Path parameters

appIdstring required

The id of the App to be updated

versioninteger required

The version of the App to be updated

Query parameters

developerIdstring

The unique id of the developer that is modifying this app

status'inReview' | 'approved' | 'suspended' | 'rejected'

The new status for this app. Can be either 'inReview', 'approved', 'suspended' or 'rejected'

modifiedBy'developer' | 'administrator'

The role initiating this status change. Can be either 'developer' or 'administrator' (default)

reasonstring

The reason for this status change