Add to favourite Apps.\n
http://apis.wso2.com/api/appm/store/v1.0/apps/{appType}/id/{appId}/add-to-favourite
POST
appm:read
curl -X POST -H "Authorization: Bearer c8c4399ba38982a21372012294ad1a54" -d '' "http://localhost:9763/api/appm/store/v1.0/apps/webapp/id/80391fcb-45fc-4bb4-a83d-fc991a99084d/add-to-favourite"
HTTP/1.1 200 OK
Type | Name | Description | Schema | Default |
---|---|---|---|---|
Path |
appType required |
App Type. Either webapp or mobileapp\n |
String | |
Path |
appId required |
**APP ID** consisting of the **UUID** of the App.\nThe combination of the provider of the app, name of the appId and the version is also accepted as a valid App ID.\nShould be formatted as **provider-name-version**.\n |
String | |
Header |
Content-Type required |
Media type of the entity in the body. Default is JSON.\n |
String |
JSON |
HTTP Code | Description | Schema |
---|---|---|
200 |
OK.\n |
|
400 |
Bad Request.\nInvalid request or validation error.\n |
Error |
403 |
Forbidden.\nThe request must be conditional but no condition has been specified.\n |
Error |
404 |
Not Found.\nResource to be deleted does not exist.\n |
Error |
412 |
Precondition Failed.\nThe request has not been performed because one of the preconditions is not met.\n |
Error |
Remove from favourite Apps.\n
http://apis.wso2.com/api/appm/store/v1.0/apps/{appType}/id/{appId}/remove-from-favourite
POST
appm:read
curl -X POST -H "Authorization: Bearer c8c4399ba38982a21372012294ad1a54" -d '' "http://localhost:9763/api/appm/store/v1.0/apps/webapp/id/80391fcb-45fc-4bb4-a83d-fc991a99084d/remove-from-favourite"
HTTP/1.1 200 OK
Type | Name | Description | Schema | Default |
---|---|---|---|---|
Path |
appType required |
App Type. Either webapp or mobileapp\n |
String | |
Path |
appId required |
**APP ID** consisting of the **UUID** of the App.\nThe combination of the provider of the app, name of the appId and the version is also accepted as a valid App ID.\nShould be formatted as **provider-name-version**.\n |
String | |
Header |
Content-Type required |
Media type of the entity in the body. Default is JSON.\n |
String |
JSON |
HTTP Code | Description | Schema |
---|---|---|
200 |
OK.\n |
|
400 |
Bad Request.\nInvalid request or validation error.\n |
Error |
403 |
Forbidden.\nThe request must be conditional but no condition has been specified.\n |
Error |
404 |
Not Found.\nResource to be deleted does not exist.\n |
Error |
412 |
Precondition Failed.\nThe request has not been performed because one of the preconditions is not met.\n |
Error |
Remove from favourite page.\n
http://apis.wso2.com/api/appm/store/v1.0/apps/favourite-page
DELETE
appm:read
curl -X DELETE -H "Authorization: Bearer c8c4399ba38982a21372012294ad1a54" -d '' "http://localhost:9763/api/appm/store/v1.0/apps/webapp/id/80391fcb-45fc-4bb4-a83d-fc991a99084d/favourite-page"
HTTP/1.1 200 OK
Type | Name | Description | Schema | Default |
---|
HTTP Code | Description | Schema |
---|---|---|
200 |
OK.\n |
|
400 |
Bad Request.\nInvalid request or validation error.\n |
Error |
403 |
Forbidden.\nThe request must be conditional but no condition has been specified.\n |
Error |
404 |
Not Found.\nResource to be deleted does not exist.\n |
Error |
412 |
Precondition Failed.\nThe request has not been performed because one of the preconditions is not met.\n |
Error |
Set as favourite page.\n
http://apis.wso2.com/api/appm/store/v1.0/apps/favourite-page
POST
appm:read
curl -X POST -H "Authorization: Bearer c8c4399ba38982a21372012294ad1a54" -d '' "http://localhost:9763/api/appm/store/v1.0/apps/webapp/id/80391fcb-45fc-4bb4-a83d-fc991a99084d/favourite-page"
HTTP/1.1 200 OK
Type | Name | Description | Schema | Default |
---|
HTTP Code | Description | Schema |
---|---|---|
200 |
OK.\n |
|
400 |
Bad Request.\nInvalid request or validation error.\n |
Error |
403 |
Forbidden.\nThe request must be conditional but no condition has been specified.\n |
Error |
404 |
Not Found.\nResource to be deleted does not exist.\n |
Error |
412 |
Precondition Failed.\nThe request has not been performed because one of the preconditions is not met.\n |
Error |