We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb56ca commit b8cc6a1Copy full SHA for b8cc6a1
1 file changed
…octype-tests/06-rest-client-examples.mdl …e-tests/06-rest-client-examples.test.mdlmdl-examples/doctype-tests/06-rest-client-examples.mdl renamed to mdl-examples/doctype-tests/06-rest-client-examples.test.mdl
@@ -140,15 +140,15 @@ BEGIN
140
RESPONSE JSON AS $Resource;
141
142
/** Partially update an existing resource */
143
- OPERATION PatchResource
+ OPERATION "PatchResource"
144
METHOD PATCH
145
PATH '/patch'
146
HEADER 'Accept' = 'application/json'
147
BODY JSON FROM $PatchData
148
149
150
/** Delete a resource */
151
- OPERATION DeleteResource
+ OPERATION "DeleteResource"
152
METHOD DELETE
153
PATH '/delete'
154
RESPONSE NONE;
0 commit comments