Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 531 Bytes

File metadata and controls

17 lines (12 loc) · 531 Bytes

Races

Races are the backbone of a person down to the DNA. Races like humans, dwarves, elves, etc. can be heavily customized.

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

Get all race options for your account.

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

Add a race option for your account.

GET https://api.opendnd.org/v1/races/:race_id

Get a race option.

PUT https://api.opendnd.org/v1/races/:race_id

Update a race option.

DELETE https://api.opendnd.org/v1/races/:race_id

Delete a race option.