Stories

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200Success
application/json
get
/api/stories
200Success
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 · enumOptional
  • pending - Pending
  • archived - Archived
  • approved - Approved
  • rejected - Rejected
Possible values:
mediaanyOptional
reasonstring · nullableOptional
churchstring · uuid · nullableOptional
Responses
post
/api/stories
201Success
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this story.

Responses
chevron-right
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
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 · enumOptional
  • pending - Pending
  • archived - Archived
  • approved - Approved
  • rejected - Rejected
Possible values:
mediaanyOptional
reasonstring · nullableOptional
churchstring · uuid · nullableOptional
Responses
chevron-right
200Success
application/json
patch
/api/stories/{id}
200Success