Updates the specified project. Only include the fields you want to change.Documentation Index
Fetch the complete documentation index at: https://docs.runaether.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires a valid Bearer token.Path Parameters
Project ID (UUID).
Request Body
New project name.
New project description.
New repository URL.
Response
Unique project identifier (UUID).
Project name.
Project description.
Linked repository URL.
ISO 8601 timestamp.
ISO 8601 timestamp.
Errors
| Status | Description |
|---|---|
400 | Bad Request — invalid parameters |
401 | Unauthorized — missing or invalid token |
404 | Not Found — project does not exist or you do not have access |