Skip to content

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
string
Required

Request Body

application/json
JSON
{
"title": "string",
"body": "string"
}

Responses

Update created

application/json
JSON
{
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

Built with VitePress