---
title: "Update Project Filenaming Config Endpoint"
method: PUT
path: "/updateProjectFilenamingConfig"
---

# Update Project Filenaming Config Endpoint

`PUT /updateProjectFilenamingConfig`

Updates the filenaming configuration for a specific project.

Request Body:
    projectId (int): The ID of the project (required)
    titleTemplate (str | null): Template for image titles (optional)
    filenameTemplate (str | null): Template for filenames without extension (optional)

The configuration is stored as JSONB in the projects table and used when
generating image titles (for display) and filenames for downloads.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.dev/pavoot/apis/fastapi.md) · [All operations](https://skmtc.dev/pavoot/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pavoot/fastapi/revisions/16997cca6697/schema)
