Skip to content

Commit 3e1d6c5

Browse files
Update content/openapi/operations.md
Co-authored-by: John Biundo <[email protected]>
1 parent b26d3d0 commit 3e1d6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/openapi/operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Operations
22

3-
In OpenAPI terms, paths are endpoints (resources), such as `/users` or `/reports/summary/`, that your API exposes, and operations are the HTTP methods used to manipulate these paths, such as `GET`, `POST` or `DELETE`.
3+
In OpenAPI terms, paths are endpoints (resources), such as `/users` or `/reports/summary`, that your API exposes, and operations are the HTTP methods used to manipulate these paths, such as `GET`, `POST` or `DELETE`.
44

55
#### Tags
66

0 commit comments

Comments
 (0)