Create a Folder
POST {{baseUrl}}/v3/grants/:grant_id/folders
Creates a folder.
Request Body
{"name"=>"name", "text_color"=>"#000000", "background_color"=>"#000000"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"request_id":"\u003cstring\u003e","data":"\u003cobject\u003e"}