Genealogies Source Description

Prototype: This resource is currently in a prototype development state. It may or may not be operational and the interface may change prior to release. Feedback is welcome.

Description

The Source Description resource gets/updates/deletes a source description.

Operations

GET - Read a source description.

Produces - Specify a returned data format using the Accept header.
Parameters
Name Type Description
sdid path The id of the source description.
Status Codes
  • 200  -  Upon a successful read.
  • 404  -  If the requested source description is not found.
  • 429  -  If the request was throttled.

POST - Update a source description.

Produces - Specify a returned data format using the Accept header.
Consumes - Specify the incoming data format using the Content-Type header.
Parameters
Name Type Description
X-Reason header Header giving the reason for creating the source.
sdid path The id of the source description.
body request-body The source description to be used for the update
Status Codes
  • 204  -  The update was successful.
  • 404  -  If the requested source description is not found.

DELETE - Delete a source description.

Produces - Specify a returned data format using the Accept header.
Parameters
Name Type Description
X-Reason header Header giving the reason for deleting the source.
sdid path The id of the source description.
Status Codes
  • 204  -  The delete was successful.
  • 404  -  If the requested source description is not found.

Example Requests

Delete Genealogies Source Description How to delete a source description.
Read Genealogies Source Description How to read a source description.
Update Genealogies Source Description How to update a source description.

언어 변경

피드백

보내는 중…

피드백이 발송되었습니다.

피드백을 발송할 수 없습니다. 5초 후에 다시 시도하십시오.