⭐ If you like what we are doing with Automatisch, please give us a star on
GitHub
.
Skip to content
Automatisch
Search
K
Main Navigation
Guide
API Docs
Apps
Appearance
Menu
Return to top
Create folder for user
POST
/users/{userId}/folders
Creates a new folder for a specific user.
Authorizations
ApiKeyAuth
Type
API Key (header: x-api-token)
Parameters
Path Parameters
userId
*
Unique identifier of the user
Type
string
Required
Request Body
Schema
JSON
JSON
{
"name"
:
"string"
}
Responses
201
Folder created successfully
POST
/users/{userId}/folders
Playground
Server
Select a server...
Authorization
ApiKeyAuth
Variables
Key
Value
userId
*
Body
JSON
Try it out
Samples