POST
/
project
/
{id}
/
upload-image
curl --request POST \
  --url http://localhost:3003/project/{id}/upload-image \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "icon_url": "<string>"
}

Authorizations

Authorization
string
header
required

JWT Authorization Token header using the Bearer scheme

Path Parameters

id
string
required

Unique identifier of the project

Response

200
application/json

Image uploaded successfully

success
boolean
icon_url
string

Public URL of the uploaded image