core_applications_set_icon_url_create
POST/api/v3//core/applications/:slug/set_icon_url/
Set application icon (as URL)
Request
Path Parameters
slug stringrequired
- application/json
Body
required
url stringrequired
Possible values: non-empty
Responses
- 200
- 400
- 403
Success
Bad request
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
code string
{
"detail": "string",
"code": "string"
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L '/api/v3/core/applications/:slug/set_icon_url/' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
-d '{
"url": "string"
}'