feat: revert enforce kebab-case slugs (#1322) (#1325)

This commit is contained in:
Elliot DeNolf
2022-10-31 16:10:11 -04:00
committed by GitHub
parent e2ec2f7b97
commit 2255ebb64a
9 changed files with 11 additions and 36 deletions

View File

@@ -64,8 +64,8 @@ Globals cannot be created or deleted, so there are only two REST endpoints opene
| Method | Path | Description |
| -------- | --------------------------- | ----------------------- |
| `GET` | `/api/globals/{global-slug}` | Get a global by slug |
| `POST` | `/api/globals/{global-slug}` | Update a global by slug |
| `GET` | `/api/globals/{globalSlug}` | Get a global by slug |
| `POST` | `/api/globals/{globalSlug}` | Update a global by slug |
## Preferences