Request:
curl -X PUT 'https://api.taap.it/v1/projects/project_987654321' \
-H 'Authorization: Bearer taapit_your_api_key_here' \
-H 'Content-Type: application/json' \
-d '{
"name": "Summer Marketing Campaign 2024",
"description": "Updated description for campaign"
}'
Response:
{
"id": "project_987654321",
"name": "Summer Marketing Campaign 2024",
"description": "Updated description for campaign",
"updated_at": "2024-01-15T11:00:00Z"
}
Authorization
Bearer token for API authentication. Format: Bearer YOUR_API_KEY
Path Parameters
Unique identifier for the project to update
Request Parameters
Optional description for the project
Color for the project in hex format (e.g., #FF6B6B, #FFF). Must include the # symbol and be a valid 3 or 6 character hex color. Color will be normalized to uppercase.
Response Fields
Unique identifier for the updated project
Description of the project
ISO 8601 timestamp when the project was last updated