Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 655 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 655 Bytes

Backgrounds

Backgrounds are used for a person to help determine ideals, bonds, etc. Where a person comes from is important to give us context on where they'll go next.

GET https://api.opendnd.org/v1/backgrounds

Get all background options for your account.

POST https://api.opendnd.org/v1/backgrounds

Create a background option for your account.

GET https://api.opendnd.org/v1/backgrounds/:background_id

Get a background option.

PUT https://api.opendnd.org/v1/backgrounds/:background_id

Update a background option.

DELETE https://api.opendnd.org/v1/backgrounds/:background_id

Delete a background option.