File tree 3 files changed +409
-1838
lines changed
3 files changed +409
-1838
lines changed Original file line number Diff line number Diff line change 11
11
body :
12
12
application/json : |
13
13
{"message": "<<resourcePathName|!singularize>> not found" }
14
- patch :
15
- description : updates <<resourcePathName|!singularize>>.
14
+ post :
15
+ description : Add a new <<resourcePathName|!singularize>>.
16
16
body :
17
- application/json :
18
- type : <<provider>>.upd_ <<resourcePathName|!singularize>>
17
+ application/json :
18
+ type : <<provider>>.<<resourcePathName|!singularize>>
19
19
responses :
20
- 200 :
21
- body :
22
- application/json :
23
- type : <<provider>>.<<resourcePathName|!singularize>>
20
+ 201 :
24
21
404 :
25
- body :
26
- application/json : |
27
- {"message": "<<resourcePathName|!singularize>> not found" }
28
22
delete :
29
23
description : deletes <<resourcePathName|!singularize>>.
30
24
responses :
Original file line number Diff line number Diff line change 7
7
body :
8
8
application/json :
9
9
type : <<provider>>.<<resourcePathName>>
10
- post :
11
- description : Add a new <<resourcePathName|!singularize>>.
12
- body :
13
- application/json :
14
- type : <<provider>>.<<resourcePathName|!singularize>>
15
- responses :
16
- 201 :
17
- 404 :
You can’t perform that action at this time.
0 commit comments