DeepFellow API ReferenceAdministration
Modify project
Modify project in the organization.
AuthorizationBearer <token>
In: header
Path Parameters
project_idProject Id
The ID of the project.
Match
^[0-9a-fA-F]{24}$Header Parameters
OpenAI-Organization?Openai-Organization
name?Name
The updated name of the project
models?Models
The updated models list of the project (incompatible)
custom_endpoints?Custom Endpoints
The updated list of custom endpoints allowed in the project.
Response Body
curl -X POST "https://loading/v1/organization/projects/5eb7cf5a86d9755df3a6c593" \
-H "OpenAI-Organization: 5eb7cf5a86d9755df3a6c593" \
-H "Content-Type: application/json" \
-d '{}'{
"name": "Simplito",
"status": "active",
"models": [
"llama3.1:8b",
"qwen3:latest"
],
"custom_endpoints": [
"/v1/ocr",
"/summarize"
],
"id": "5eb7cf5a86d9755df3a6c593",
"created_at": 1759917874
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}We use cookies on our website. We use them to ensure proper functioning of the site and, if you agree, for purposes such as analytics, marketing, and targeting ads.