Skip to content

Commit f0bd5b4

Browse files
committed
escape <
1 parent c3821d7 commit f0bd5b4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/api/config-api/api-design.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ The Config API is a set of REST APIs for managing Segment resources. The primary
2828

2929
You can manage each resource using standard methods:
3030

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> |
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> |
3838

3939
## Errors
4040

0 commit comments

Comments
 (0)