Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 79cf9b0

Browse files
committed
Remove colon to docs
1 parent 53c06a5 commit 79cf9b0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Add-on for the WordPress REST API, requires Papi 3.0.0.
1010

1111
### Fields
1212

13-
`GET: /wp-json/papi/v1/fields/{id}`
13+
`GET /wp-json/papi/v1/fields/{id}`
1414

1515
Get all page types properties on a post.
1616

17-
`POST/PUT/PATCH: /wp-json/papi/v1/fields/{id}`
17+
`POST/PUT/PATCH /wp-json/papi/v1/fields/{id}`
1818

1919
Create/Update properties values.
2020

@@ -29,11 +29,11 @@ Create/Update properties values.
2929
}
3030
```
3131

32-
`GET: /wp-json/papi/v1/fields/{id}/{property_slug}`
32+
`GET /wp-json/papi/v1/fields/{id}/{property_slug}`
3333

3434
Get a single page type property on a post.
3535

36-
`POST/PUT/PATCH: /wp-json/papi/v1/fields/{id}/{property_slug}`
36+
`POST/PUT/PATCH /wp-json/papi/v1/fields/{id}/{property_slug}`
3737

3838
Update a single page type property value on a post.
3939

@@ -43,21 +43,21 @@ Update a single page type property value on a post.
4343
}
4444
```
4545

46-
`DELETE: /wp-json/papi/v1/fields/{id}/{property_slug}`
46+
`DELETE /wp-json/papi/v1/fields/{id}/{property_slug}`
4747

4848
Delete a single page type property value on a post.
4949

5050
### Options
5151

52-
`GET: /wp-json/papi/v1/options`
52+
`GET /wp-json/papi/v1/options`
5353

5454
Get all option types properties.
5555

56-
`GET: /wp-json/papi/v1/options/{property_slug}`
56+
`GET /wp-json/papi/v1/options/{property_slug}`
5757

5858
Get a single option type property.
5959

60-
`POST/PUT/PATCH: /wp-json/papi/v1/options/{property_slug}`
60+
`POST/PUT/PATCH /wp-json/papi/v1/options/{property_slug}`
6161

6262
Update a single option type property value.
6363

@@ -67,7 +67,7 @@ Update a single option type property value.
6767
}
6868
```
6969

70-
`DELETE: /wp-json/papi/v1/options/{property_slug}`
70+
`DELETE /wp-json/papi/v1/options/{property_slug}`
7171

7272
Delete a single option type property value.
7373

0 commit comments

Comments
 (0)