Skip to content

Commit

Permalink
Release swagger documentation for version 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhladik authored Apr 27, 2023
1 parent a5e8fdf commit 7274853
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/swagger.json

Large diffs are not rendered by default.

51 changes: 49 additions & 2 deletions postman/dis-postman-collection.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"info": {
"_postman_id": "b38d19aa-a771-440f-9237-dcae581b5110",
"name": "DOT Digital Identity Service 1.18.0",
"_postman_id": "241d6cb7-8ec0-4359-a909-ed9b00aa93e6",
"name": "DOT Digital Identity Service 1.19.0",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "22549255"
},
Expand Down Expand Up @@ -2479,6 +2479,53 @@
},
"response": []
},
{
"name": "Inspect customer document disclose",
"event": [
{
"listen": "test",
"script": {
"exec": [
""
],
"type": "text/javascript"
}
}
],
"protocolProfileBehavior": {
"disabledSystemHeaders": {}
},
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"disabled": true
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "{{identity-service}}/api/{{api-version}}/customers/{{customerId}}/document/inspect/disclose",
"host": [
"{{identity-service}}"
],
"path": [
"api",
"{{api-version}}",
"customers",
"{{customerId}}",
"document",
"inspect",
"disclose"
]
}
},
"response": []
},
{
"name": "Delete customer",
"request": {
Expand Down

0 comments on commit 7274853

Please sign in to comment.