@digdir/dialogporten-schema 1.40.0 → 1.40.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digdir/dialogporten-schema",
3
- "version": "1.40.0",
3
+ "version": "1.40.1",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "20"
@@ -5919,6 +5919,16 @@
5919
5919
  "204": {
5920
5920
  "description": "The dialog aggregate was deleted successfully."
5921
5921
  },
5922
+ "400": {
5923
+ "content": {
5924
+ "application/problem\u002Bjson": {
5925
+ "schema": {
5926
+ "$ref": "#/components/schemas/ProblemDetails"
5927
+ }
5928
+ }
5929
+ },
5930
+ "description": "Validation error occured. See problem details for a list of errors."
5931
+ },
5922
5932
  "401": {
5923
5933
  "description": "Missing or invalid authentication token. Requires a Maskinporten-token with the scope \u0022digdir:dialogporten.serviceprovider\u0022."
5924
5934
  },