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.

Change Language

Feedback

Sending...

Feedback was sent.

Can't send feedback. Retry in 5 seconds.