File tree 2 files changed +42
-5
lines changed
2 files changed +42
-5
lines changed Original file line number Diff line number Diff line change 2815
2815
"required": [
2816
2816
"id",
2817
2817
"documentTypeId",
2818
- "fileType",
2819
2818
"orderId",
2820
2819
"config",
2821
- "deepLinkCode"
2820
+ "deepLinkCode",
2821
+ "fileType"
2822
2822
],
2823
2823
"properties": {
2824
2824
"id": {
2829
2829
"type": "string",
2830
2830
"pattern": "^[0-9a-f]{32}$"
2831
2831
},
2832
- "fileType": {
2833
- "type": "string"
2834
- },
2835
2832
"referencedDocumentId": {
2836
2833
"type": "string",
2837
2834
"pattern": "^[0-9a-f]{32}$"
2844
2841
"type": "string",
2845
2842
"pattern": "^[0-9a-f]{32}$"
2846
2843
},
2844
+ "documentA11yMediaFileId": {
2845
+ "type": "string",
2846
+ "pattern": "^[0-9a-f]{32}$"
2847
+ },
2847
2848
"orderVersionId": {
2848
2849
"type": "string",
2849
2850
"pattern": "^[0-9a-f]{32}$"
2878
2879
"customFields": {
2879
2880
"type": "object"
2880
2881
},
2882
+ "fileType": {
2883
+ "type": "string"
2884
+ },
2881
2885
"createdAt": {
2882
2886
"type": "string",
2883
2887
"format": "date-time",
2905
2909
},
2906
2910
"documentMediaFile": {
2907
2911
"$ref": "#/components/schemas/Media"
2912
+ },
2913
+ "documentA11yMediaFile": {
2914
+ "$ref": "#/components/schemas/Media"
2908
2915
}
2909
2916
},
2910
2917
"type": "object"
16832
16839
]
16833
16840
}
16834
16841
},
16842
+ "/dsr/account/update-default-info": {
16843
+ "post": {
16844
+ "tags": [
16845
+ "Customer account"
16846
+ ],
16847
+ "summary": "Update customer default info",
16848
+ "description": "Mark the customer who was created by admin from DSR has already updated the default info when the customer first login",
16849
+ "operationId": "dsrAccountUpdateDefaultInfo",
16850
+ "parameters": [],
16851
+ "responses": {
16852
+ "200": {
16853
+ "description": "",
16854
+ "content": {
16855
+ "application/json": {
16856
+ "schema": {
16857
+ "$ref": "#/components/schemas/SuccessResponse"
16858
+ }
16859
+ }
16860
+ }
16861
+ }
16862
+ },
16863
+ "security": [
16864
+ {
16865
+ "ApiKey": [],
16866
+ "ContextToken": []
16867
+ }
16868
+ ]
16869
+ }
16870
+ },
16835
16871
"/dsr/appointment/{presentationPath}/join-as-client": {
16836
16872
"post": {
16837
16873
"tags": [
Original file line number Diff line number Diff line change 1
1
{
2
2
"paths" : [
3
+ " /dsr/account/update-default-info" ,
3
4
" /dsr/appointment/attendee" ,
4
5
" /dsr/appointment/collection/last-seen" ,
5
6
" /dsr/appointment/collection/{alias}" ,
You can’t perform that action at this time.
0 commit comments