Comments

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
limitintegerOptional

Number of results to return per page.

offsetintegerOptional

The initial index from which to return the results.

Responses
chevron-right
200Success
application/json
get
/api/users/comments
200Success
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstring · uuidRead-onlyRequired
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyRequired
contentstring · max: 500Required
mediaanyOptional
prayer_requeststring · uuid · nullableOptional
testimonystring · uuid · nullableOptional
notestring · uuid · nullableOptional
Responses
post
/api/users/comments
201Success
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this comment.

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

A UUID string identifying this comment.

Body
idstring · uuidRead-onlyRequired
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyRequired
contentstring · max: 500Required
mediaanyOptional
prayer_requeststring · uuid · nullableOptional
testimonystring · uuid · nullableOptional
notestring · uuid · nullableOptional
Responses
chevron-right
200Success
application/json
put
/api/users/comments/{id}
200Success
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this comment.

Responses
delete
/api/users/comments/{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 comment.

Body
idstring · uuidRead-onlyOptional
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyOptional
contentstring · max: 500Optional
mediaanyOptional
prayer_requeststring · uuid · nullableOptional
testimonystring · uuid · nullableOptional
notestring · uuid · nullableOptional
Responses
chevron-right
200Success
application/json
patch
/api/users/comments/{id}
200Success