File tree Expand file tree Collapse file tree 2 files changed +42
-5
lines changed
Expand file tree Collapse file tree 2 files changed +42
-5
lines changed Original file line number Diff line number Diff line change 28152815 "required": [
28162816 "id",
28172817 "documentTypeId",
2818- "fileType",
28192818 "orderId",
28202819 "config",
2821- "deepLinkCode"
2820+ "deepLinkCode",
2821+ "fileType"
28222822 ],
28232823 "properties": {
28242824 "id": {
28292829 "type": "string",
28302830 "pattern": "^[0-9a-f]{32}$"
28312831 },
2832- "fileType": {
2833- "type": "string"
2834- },
28352832 "referencedDocumentId": {
28362833 "type": "string",
28372834 "pattern": "^[0-9a-f]{32}$"
28442841 "type": "string",
28452842 "pattern": "^[0-9a-f]{32}$"
28462843 },
2844+ "documentA11yMediaFileId": {
2845+ "type": "string",
2846+ "pattern": "^[0-9a-f]{32}$"
2847+ },
28472848 "orderVersionId": {
28482849 "type": "string",
28492850 "pattern": "^[0-9a-f]{32}$"
28782879 "customFields": {
28792880 "type": "object"
28802881 },
2882+ "fileType": {
2883+ "type": "string"
2884+ },
28812885 "createdAt": {
28822886 "type": "string",
28832887 "format": "date-time",
29052909 },
29062910 "documentMediaFile": {
29072911 "$ref": "#/components/schemas/Media"
2912+ },
2913+ "documentA11yMediaFile": {
2914+ "$ref": "#/components/schemas/Media"
29082915 }
29092916 },
29102917 "type": "object"
1683216839 ]
1683316840 }
1683416841 },
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+ },
1683516871 "/dsr/appointment/{presentationPath}/join-as-client": {
1683616872 "post": {
1683716873 "tags": [
Original file line number Diff line number Diff line change 11{
22 "paths" : [
3+ " /dsr/account/update-default-info" ,
34 " /dsr/appointment/attendee" ,
45 " /dsr/appointment/collection/last-seen" ,
56 " /dsr/appointment/collection/{alias}" ,
You can’t perform that action at this time.
0 commit comments