We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3821d7 commit f0bd5b4Copy full SHA for f0bd5b4
src/api/config-api/api-design.md
@@ -28,13 +28,13 @@ The Config API is a set of REST APIs for managing Segment resources. The primary
28
29
You can manage each resource using standard methods:
30
31
-| Method | HTTP Mapping |
32
-|--------|-----------------------|
33
-| List | GET <collection URL> |
34
-| Get | GET <resource URL> |
35
-| Create | POST <collection URL> |
36
-| Update | PATCH <resource URL> |
37
-| Delete | DELETE <resource URL> |
+| Method | HTTP Mapping |
+|--------|------------------------|
+| List | GET \<collection URL> |
+| Get | GET \<resource URL> |
+| Create | POST \<collection URL> |
+| Update | PATCH \<resource URL> |
+| Delete | DELETE \<resource URL> |
38
39
## Errors
40
0 commit comments