Upload project logo#
📣 this endpoint uploads logo a specific project . In this PUT request the project ID has to be provided in the URL.✳ list of URL parameterslogo - project logo image file
📢 Info message : Here URL is contructed like
PUT /v1/projects/{projId}/upload-logo
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request Code Samples
curl --location --request PUT 'http://localhost:8080/v1/projects/f32a0116-fe11-454c-8e6a-5ff4101882e5/upload-logo' \
--form 'logo=@"/home/raka/Downloads/Group 3.png"'
Responses
application/json {"message":"project logo Resource Not Found","details":"request Content-Type isn't multipart/form-data","success":false}
Modified at 2024-07-16 08:52:05