Plans

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200Success
application/json
get
/api/church/plans
200Success
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstring · uuidRead-onlyRequired
namestring · max: 100Required
descriptionstringRequired
monthly_free_creditsinteger · min: -2147483648 · max: 2147483647Optional
perksanyOptional
pricesanyOptional
Responses
post
/api/church/plans
201Success
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this plan.

Responses
chevron-right
200Success
application/json
get
/api/church/plans/{id}
200Success
put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this plan.

Body
idstring · uuidRead-onlyRequired
namestring · max: 100Required
descriptionstringRequired
monthly_free_creditsinteger · min: -2147483648 · max: 2147483647Optional
perksanyOptional
pricesanyOptional
Responses
chevron-right
200Success
application/json
put
/api/church/plans/{id}
200Success
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this plan.

Responses
delete
/api/church/plans/{id}
204

No response body

No content

patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this plan.

Body
idstring · uuidRead-onlyOptional
namestring · max: 100Optional
descriptionstringOptional
monthly_free_creditsinteger · min: -2147483648 · max: 2147483647Optional
perksanyOptional
pricesanyOptional
Responses
chevron-right
200Success
application/json
patch
/api/church/plans/{id}
200Success