Skip to content

Commit

Permalink
Merge pull request #50 from eric-murray/Issue-#28
Browse files Browse the repository at this point in the history
Remove option to use HTTP HEAD from API-design-guidelines.md
  • Loading branch information
rartych authored Aug 29, 2023
2 parents dc4845c + d7104e9 commit 6684b6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion documentation/API-design-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ PUT | Update | Replaces a specific resource. Returns the resource URL when the
DELETE | Delete | Delete a specific resource. |
PATCH | Update | Updates a specific resource, applying all changes at the same time. If resource does not exist, it will be created. Returns the resource URL when the update ends. If any error occurs during the update, all of them will be cancelled. |
OPTIONS | Read | Returns a 200 OK with an allowed methods list in the specific resource destined to the header allowed joined to an HTML document about the resource + an API Doc link. |
HEAD | Read | Returns the resource actual status without message body. |

In this document will be defined the principal verbs to use in the API definition.

Expand Down

0 comments on commit 6684b6c

Please sign in to comment.