Update Project Filenaming Config Endpoint

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.

put/updateProjectFilenamingConfig

Response

Successful Response

{"stackTrail":"paths:/updateProjectFilenamingConfig:put:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.