Skip to content

Commit 167b897

Browse files
committed
MD docs fix
1 parent 6c34515 commit 167b897

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

doc/26_Webservice.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ The customers API implements standard REST calls for customer CRUD actions:
2424
| Path | Method | Description |
2525
|----------------------------------------------------------|--------|-----------------------------|
2626
| /__customermanagementframework/webservice/customers | GET | Fetch all customers |
27-
| /__customermanagementframework/webservice/customers/{id} | GET | Fetch a single customer |
27+
| /__customermanagementframework/webservice/customers/\{id\} | GET | Fetch a single customer |
2828
| /__customermanagementframework/webservice/customers | POST | Create a new customer |
29-
| /__customermanagementframework/webservice/customers/{id} | PATCH | Partially update a customer |
30-
| /__customermanagementframework/webservice/customers/{id} | DELETE | Delete a customer |
29+
| /__customermanagementframework/webservice/customers/\{id\} | PATCH | Partially update a customer |
30+
| /__customermanagementframework/webservice/customers/\{id\} | DELETE | Delete a customer |
3131

3232
The `GET` requests can be filtered by passing the following params as query params:
3333

@@ -47,10 +47,10 @@ The activities API implements standard REST calls for activity CRUD actions:
4747
| Path | Method | Description |
4848
|-----------------------------------------------------------|--------|-------------------------------|
4949
| /__customermanagementframework/webservice/activities | GET | Fetch all activities |
50-
| /__customermanagementframework/webservice/activities/{id} | GET | Fetch a single activity |
50+
| /__customermanagementframework/webservice/activities/\{id\} | GET | Fetch a single activity |
5151
| /__customermanagementframework/webservice/activities | POST | Create a new activity |
52-
| /__customermanagementframework/webservice/activities/{id} | PATCH | Partially update a activity |
53-
| /__customermanagementframework/webservice/activities/{id} | DELETE | Delete a activity |
52+
| /__customermanagementframework/webservice/activities/\{id\} | PATCH | Partially update a activity |
53+
| /__customermanagementframework/webservice/activities/\{id\} | DELETE | Delete a activity |
5454

5555
The `GET` requests can be filtered by passing the following params as query params:
5656

@@ -84,10 +84,10 @@ The segments API implements standard REST calls for customer segment CRUD action
8484
| Path | Method | Description |
8585
|-----------------------------------------------------------|--------|-------------------------------|
8686
| /__customermanagementframework/webservice/segments | GET | Fetch all segments |
87-
| /__customermanagementframework/webservice/segments/{id} | GET | Fetch a single segment |
87+
| /__customermanagementframework/webservice/segments/\{id\} | GET | Fetch a single segment |
8888
| /__customermanagementframework/webservice/segments | POST | Create a new segment |
89-
| /__customermanagementframework/webservice/segments/{id} | PATCH | Partially update a segment |
90-
| /__customermanagementframework/webservice/segments/{id} | DELETE | Delete a segment |
89+
| /__customermanagementframework/webservice/segments/\{id\} | PATCH | Partially update a segment |
90+
| /__customermanagementframework/webservice/segments/\{id\} | DELETE | Delete a segment |
9191

9292
The `GET` requests can be filtered by passing the follwing params as query params:
9393

@@ -103,10 +103,10 @@ The segment groups API implements standard REST calls for customer segment group
103103
| Path | Method | Description |
104104
|-----------------------------------------------------------------|--------|---------------------------------------|
105105
| /__customermanagementframework/webservice/segment-groups | GET | Fetch all segment groups |
106-
| /__customermanagementframework/webservice/segment-groups/{id} | GET | Fetch a single segment group |
106+
| /__customermanagementframework/webservice/segment-groups/\{id\} | GET | Fetch a single segment group |
107107
| /__customermanagementframework/webservice/segment-groups | POST | Create a new segment group |
108-
| /__customermanagementframework/webservice/segment-groups/{id} | PATCH | Partially update a segment group |
109-
| /__customermanagementframework/webservice/segment-groups/{id} | DELETE | Delete a segment group |
108+
| /__customermanagementframework/webservice/segment-groups/\{id\} | PATCH | Partially update a segment group |
109+
| /__customermanagementframework/webservice/segment-groups/\{id\} | DELETE | Delete a segment group |
110110

111111
The `GET` requests can be filtered by passing the following params as query params:
112112

0 commit comments

Comments
 (0)