@digdir/dialogporten-schema 1.118.6 → 1.119.0
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 +1 -1
- package/schema.verified.graphql +1 -1
- package/swagger.verified.json +21 -1
package/package.json
CHANGED
package/schema.verified.graphql
CHANGED
|
@@ -910,4 +910,4 @@ directive @authorize(
|
|
|
910
910
|
roles: [String!]
|
|
911
911
|
"Defines when the authorize directive shall be applied. By default the authorize directive is applied before the resolver is executed."
|
|
912
912
|
apply: ApplyPolicy! = BEFORE_RESOLVER
|
|
913
|
-
) repeatable on OBJECT | FIELD_DEFINITION
|
|
913
|
+
) repeatable on OBJECT | FIELD_DEFINITION
|
package/swagger.verified.json
CHANGED
|
@@ -8392,6 +8392,16 @@
|
|
|
8392
8392
|
"403": {
|
|
8393
8393
|
"description": "Unauthorized to update the supplied dialog (not owned by authenticated organization or has additional scope requirements defined in policy)."
|
|
8394
8394
|
},
|
|
8395
|
+
"404": {
|
|
8396
|
+
"content": {
|
|
8397
|
+
"application/problem\u002Bjson": {
|
|
8398
|
+
"schema": {
|
|
8399
|
+
"$ref": "#/components/schemas/ProblemDetails"
|
|
8400
|
+
}
|
|
8401
|
+
}
|
|
8402
|
+
},
|
|
8403
|
+
"description": "The given dialog ID was not found."
|
|
8404
|
+
},
|
|
8395
8405
|
"409": {
|
|
8396
8406
|
"description": "Conflict occurred while processing the request."
|
|
8397
8407
|
},
|
|
@@ -11608,6 +11618,16 @@
|
|
|
11608
11618
|
"403": {
|
|
11609
11619
|
"description": "Unauthorized to update the supplied dialog (not owned by authenticated organization or has additional scope requirements defined in policy)."
|
|
11610
11620
|
},
|
|
11621
|
+
"404": {
|
|
11622
|
+
"content": {
|
|
11623
|
+
"application/problem\u002Bjson": {
|
|
11624
|
+
"schema": {
|
|
11625
|
+
"$ref": "#/components/schemas/ProblemDetails"
|
|
11626
|
+
}
|
|
11627
|
+
}
|
|
11628
|
+
},
|
|
11629
|
+
"description": "The given dialog ID was not found."
|
|
11630
|
+
},
|
|
11611
11631
|
"409": {
|
|
11612
11632
|
"description": "Conflict occurred while processing the request."
|
|
11613
11633
|
},
|
|
@@ -11679,4 +11699,4 @@
|
|
|
11679
11699
|
"name": "Metadata"
|
|
11680
11700
|
}
|
|
11681
11701
|
]
|
|
11682
|
-
}
|
|
11702
|
+
}
|