v1

latestOpenAPI 3.1.02026-07-14159142161.9 KB
appService

Update app data

Update app data

patch/apps/v1/apps/{app_id}

Path parameters

app_idstring required

App id

Response

OK

idinteger
namestring
codestring
short_descriptionstring
positionstring
descriptionstring
logostring
activeboolean
paidboolean
pricestring
developer_namestring
developer_linkstring

Example response

[
  {
    "id": 3,
    "name": "Unitalk telelephony",
    "code": "unitalk_integration",
    "short_description": "Take customer interaction to the next level with industry-leading telephony capabilities",
    "position": "CTO",
    "logo": "bb/d6/bbd61f630cfebb0aaca6c90bd2a57eb7.svg",
    "active": true,
    "developer_name": "Mahoney"
  }
]