Skip to content

Commit

Permalink
Merge pull request #181 from personio/papi-add-meta-error-response
Browse files Browse the repository at this point in the history
[PAPI-DEV] Add meta to the error object in error response
  • Loading branch information
ypasmk authored Feb 23, 2024
2 parents 89f445b + bf2d54b commit 2bdcc56
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions common-components-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,12 @@
"format": "uri",
"example": "https://developer.personio.de/reference/errors#common.requested_resource_not_found",
"description": "A link to the developer hub where more information can be found for the encountered error."
},
"meta": {
"type": "object",
"additionalProperties": {
"type": "string"
}
}
}
}
Expand Down

0 comments on commit 2bdcc56

Please sign in to comment.