Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 391 Bytes

POST_storage_user.md

File metadata and controls

41 lines (30 loc) · 391 Bytes

Request

POST /storage/user

Description

Save new theme of the user.

Request body

* : required

{
  *"auth": {
    *"id": "String",
    *"email": "String"
  },
  *"theme_url": "String"
}

Success response

Created theme id

{
  "err": false,
  "theme_id": "String"
}

Error response

{
  "err": true,
  "msg": "String"
}