Skip to content

Commit

Permalink
supporting refactor of gamesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
augustjohnson committed Oct 8, 2024
1 parent f74994d commit a4f9d1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"author": "Mike Mearls, Jeremy Crawford, Chris Perkins, Rodney Thompson, Peter Lee, James Wyatt, Robert J. Schwalb, Bruce R. Cordell, Chris Sims, and Steve Townshend, based on original material by E. Gary Gygax and Dave Arneson.",
"desc": "The Systems Reference Document (SRD) contains guidelines for publishing content under the Open-Gaming License (OGL) or Creative Commons. The Dungeon Masters Guild also provides self-publishing opportunities for individuals and groups.",
"distance_unit": "feet",
"gamesystem": "http://localhost:8000/v2/gamesystems/o5e/",
"key": "srd",
"licenses": [
"http://localhost:8000/v2/licenses/cc-by-40/",
Expand All @@ -11,7 +12,6 @@
"permalink": "https://dnd.wizards.com/resources/systems-reference-document",
"published_at": "2023-01-23T00:00:00",
"publisher": "http://localhost:8000/v2/publishers/wizards-of-the-coast/",
"ruleset": "http://localhost:8000/v2/rulesets/o5e/",
"stats_expected": null,
"url": "http://localhost:8000/v2/documents/srd/"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"desc": "Original 5E.",
"key": "o5e",
"name": "5th Edition",
"url": "http://localhost:8000/v2/rulesets/o5e/"
"url": "http://localhost:8000/v2/gamesystems/o5e/"
}
2 changes: 1 addition & 1 deletion api_v2/tests/test_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_armor_example(self):

# /GAMESYSTEM ENDPOINT
def test_gamesystem_example(self):
path="/v2/rulesets/o5e/"
path="/v2/gamesystems/o5e/"
self._verify(path)

# /BACKGROUNDS ENDPOINT
Expand Down

0 comments on commit a4f9d1b

Please sign in to comment.