Post a project update
POST
/projects/{fundraiserId}/updates
Creates a project update on a fundraiser. Only the fundraiser owner may post. The body field is required.
Authorizations
BearerAuth
Authentication is handled automatically via httpOnly session cookies after signing in at /cognito/signin or via Google SSO at /cognito/oauth/google. For Swagger UI testing, paste a JWT token from the /cognito/signin response.
Type
HTTP (bearer)
Parameters
Path Parameters
fundraiserId*
Type
Requiredstring
Request Body
application/json
JSON
{
"title": "string",
"body": "string"
}
Responses
Update created
application/json
JSON
{
}