Skip to main content
PUT
/
v1
/
user
/
store
/
{storeId}
/
favicon
Update Store Favicon
curl --request PUT \
  --url https://storekit.samarthh.me/v1/user/store/{storeId}/favicon \
  --header 'Content-Type: multipart/form-data' \
  --form favicon='@example-file'

Path Parameters

storeId
string
required

Store ID

Body

multipart/form-data
favicon
file

Response

200 - application/json

Successful response