Skip to content

Commit

Permalink
Update API-design-guidelines.md-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shilpa-padgaonkar authored Jun 5, 2024
1 parent 64c205e commit 595b235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/API-design-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@ where
- `update`: For operations modifying the resource, typically `PUT` or `PATCH`.
- `delete`: For operations removing the resource, typically `DELETE`.
- `write` : For operations creating or modifying the resource, when differentiation between `create` and `update` is not needed.
-
* Eventually we may need to add an additional level to the scope, such as `api-name:[resource:]action[:detail]`, to deal with cases when only a set of parameters/information has to be allowed to be returned. Guidelines should be enhanced when those cases happen.
###### Examples
Expand Down

0 comments on commit 595b235

Please sign in to comment.