Skip to content

Commit

Permalink
Correcting lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
superojla committed Dec 4, 2024
1 parent f3dfc00 commit 61160d0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,17 +232,17 @@ for solution to common errors encountered when working with the Box APIs.

### 405 Method Not Allowed

| | |
| | |
| ------- | ------ |
| **Error** | `method_not_allowed` |
| **Error** | `method_not_allowed` |
| **Message** | Method Not Allowed |
| **Solution** | The HTTP method used for the API operation is not allowed. Check the API reference documentation for the HTTP verb needed for the API operation. |

### 409 Conflict

| | |
| ------- | --------------- |
| **Error** | `conflict` |
| **Error** | `conflict` |
| **Message** | A resource with this value already exists |
| **Solution** | This error may be produced when the resource to be created already exists. Check the extended error message in the response body for more details. |
| | |
Expand Down

0 comments on commit 61160d0

Please sign in to comment.