Path parameters
-
id
string Required
POST
/folders/{id}
curl \
--request POST https://getcody.ai/api/v1/folders/{id} \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"name":"string"}'
Request examples
{
"name": "string"
}
Response examples (200)
{
"data": {
"id": "string",
"name": "string",
"created_at": 42
}
}