Stories
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200Success
application/json
get
/api/stories200Success
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstring · uuidRead-onlyRequired
additional_story_fieldsstringRead-onlyRequired
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyRequired
captionstring · max: 500 · nullableOptional
colorstring · nullableOptional
is_anonymousbooleanOptional
statusstring · enumOptionalPossible values:
pending- Pendingarchived- Archivedapproved- Approvedrejected- Rejected
mediaanyOptional
reasonstring · nullableOptional
churchstring · uuid · nullableOptional
Responses
201Success
application/json
post
/api/stories201Success
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
A UUID string identifying this story.
Responses
200Success
application/json
get
/api/stories/{id}200Success
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
A UUID string identifying this story.
Responses
204
No response body
delete
/api/stories/{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 story.
Body
idstring · uuidRead-onlyOptional
additional_story_fieldsstringRead-onlyOptional
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyOptional
captionstring · max: 500 · nullableOptional
colorstring · nullableOptional
is_anonymousbooleanOptional
statusstring · enumOptionalPossible values:
pending- Pendingarchived- Archivedapproved- Approvedrejected- Rejected
mediaanyOptional
reasonstring · nullableOptional
churchstring · uuid · nullableOptional
Responses
200Success
application/json
patch
/api/stories/{id}200Success