Update Featured Apps Using PATCH
API code: UPDATE-FEATURED-APPS
Pre-authorized role(s): PROVIDER_ADMIN
Request
URI
PATCH
https://{api_host}/api/alp/v1/featured-apps
COPY
Request Body
Featured apps to configure.
FeaturedAppRequest
of type(s)
application/json
Optional
{
"ids": [
"string"
],
"intent_modifier": "string"
}
array of
string
ids
Optional
ids
string
intent_modifier
Optional
intent_modifier
Possible values are :
ADD,
REPLACE,
REMOVE,
Responses
200
OK
Returns
Page_App_
of type(s)
application/json
"Page_App_ Object"
array of
object
items
Optional
items
object
page_info
Optional
page_info
Code Samples
COPY
curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}'
Applications Operations
GET
Get App Using GET
PUT
Update App Using PUT
DELETE
Delete App Using DELETE
GET
Get Helm App Values Yaml Using GET
POST
Import App Using POST
POST
Upload App From Remote URL Using POST
GET
Get Apps Using GET
PATCH
Update Featured Apps Using PATCH
GET
Get Featured Apps Using GET
GET
Get Launchable Apps Using GET