Skip to content

Commit

Permalink
docs(readme): update status type to Number (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
azamb authored Jun 15, 2021
1 parent d7dcff6 commit a3d84c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ npm install api-problem

| name | type | required | default | description | referece |
| ------------- | -------- | -------- | ------------------ | -------------------------------------------------------------------------------------- | ----------------------- |
| **`status`** | `String` | `` | `N/A` | The HTTP status code generated by the origin server for this occurrence of the problem | [Section 3.1][spec-3.1] |
| **`status`** | `Number` | `` | `N/A` | The HTTP status code generated by the origin server for this occurrence of the problem | [Section 3.1][spec-3.1] |
| **`title`** | `String` | `` | HTTP status phrase | A short, human-readable summary of the problem type | [Section 3.1][spec-3.1] |
| **`type`** | `String` | `` | `about:blank` | A URI reference that identifies the problem type | [Section 3.1][spec-3.1] |
| **`details`** | `Object` | `` | `N/A` | additional details to attach to object | [Section 3.1][spec-3.2] |
Expand Down

0 comments on commit a3d84c8

Please sign in to comment.