cURL
curl --request PUT \ --url https://app.miget.com/api/v1/projects/{project_id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "uuid": 123, "name": "<string>", "description": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Updates the name or description of an existing project.
Bearer token for authentication. Format: 'Bearer {token}'
Workspace ID (uses default workspace if not provided)
Project ID or UUID
Update a project
New project name
New project description
Api_V1_Entities_Project model
Project UUID
Project name
Project description
Creation timestamp
Last update timestamp