Update a fundraising fund

Applies the supplied fund fields and returns the updated fundraising fund resource.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Path parameters

idintegerRequired
Fund ID

Request

This endpoint expects an object.
namestringOptional
descriptionstring or nullOptional
tax_idstring or nullOptional
account_idinteger or nullOptional
is_activebooleanOptional
is_defaultbooleanOptional

Response

Updated fund resource.
statusstringOptional
messagestringOptional
dataobjectOptional

Errors

401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error