Plans
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200Success
application/json
get
/api/church/plans200Success
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
201Success
application/json
post
/api/church/plans201Success
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
A UUID string identifying this plan.
Responses
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
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
204
No response body
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
200Success
application/json
patch
/api/church/plans/{id}200Success