Skip to content

Commit 3d90a49

Browse files
authored
Merge pull request #122 from ITfoxtec/development
extended ui postman
2 parents a3146e2 + 4b61016 commit 3d90a49

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

src/ExternalExtendedUiApiSample/external-extended-ui-api.postman_collection.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"info": {
3-
"_postman_id": "2cb45da1-bacb-40a0-b856-9e8d2f3252df",
4-
"name": "External ExtendedUi API",
3+
"_postman_id": "698a05a1-c675-4e30-a7b2-e2018639938c",
4+
"name": "External Extended Ui API",
55
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
6-
"_exporter_id": "19093410"
6+
"_exporter_id": "19093410",
7+
"_collection_link": "https://itfoxtec.postman.co/workspace/ITfoxtec-Workspace~617c1f8c-4b20-43ce-99f0-f68c143eae25/collection/19093410-698a05a1-c675-4e30-a7b2-e2018639938c?action=share&source=collection_link&creator=19093410"
78
},
89
"item": [
910
{
@@ -28,7 +29,7 @@
2829
"header": [],
2930
"body": {
3031
"mode": "raw",
31-
"raw": "{\r\n \"claims\": [\r\n {\r\n \"type\": \"sub\",\r\n \"value\": \"1b1ac05e-5937-4939-a49c-0e84a89662df\"\r\n },\r\n {\r\n \"type\": \"email\",\r\n \"value\": \"some@test.org\"\r\n }\r\n ]\r\n}",
32+
"raw": "{\r\n \"elements\": [\r\n {\r\n \"Name\": \"ne5uqp5z\",\r\n \"Type\": \"Email\",\r\n \"ClaimType\": \"email\",\r\n \"Value\": \"some@test.org\"\r\n },\r\n {\r\n \"Name\": \"ktvywqwc\",\r\n \"Type\": \"Custom\",\r\n \"ClaimType\": \"my_claim\",\r\n \"Value\": \"123456\"\r\n }\r\n ], \r\n \"claims\": [\r\n {\r\n \"type\": \"sub\",\r\n \"value\": \"1b1ac05e-5937-4939-a49c-0e84a89662df\"\r\n },\r\n {\r\n \"type\": \"email\",\r\n \"value\": \"some_other@test.org\"\r\n }\r\n ]\r\n}",
3233
"options": {
3334
"raw": {
3435
"language": "json"
@@ -43,8 +44,8 @@
4344
],
4445
"port": "44354",
4546
"path": [
46-
"ExternalClaims",
47-
"Claims"
47+
"ExtendedUi",
48+
"Validate"
4849
]
4950
}
5051
},

0 commit comments

Comments
 (0)