|
9998 | 9998 | ] |
9999 | 9999 | } |
10000 | 10000 | }, |
10001 | | - "/v1/trust-portal/overview": { |
| 10001 | + "/v1/trust-portal/settings/toggle": { |
| 10002 | + "put": { |
| 10003 | + "operationId": "TrustPortalController_togglePortal_v1", |
| 10004 | + "parameters": [], |
| 10005 | + "responses": { |
| 10006 | + "200": { |
| 10007 | + "description": "" |
| 10008 | + } |
| 10009 | + }, |
| 10010 | + "security": [ |
| 10011 | + { |
| 10012 | + "apikey": [] |
| 10013 | + } |
| 10014 | + ], |
| 10015 | + "summary": "Enable or disable the trust portal", |
| 10016 | + "tags": [ |
| 10017 | + "Trust Portal" |
| 10018 | + ] |
| 10019 | + } |
| 10020 | + }, |
| 10021 | + "/v1/trust-portal/settings/custom-domain": { |
10002 | 10022 | "post": { |
10003 | | - "operationId": "TrustPortalController_updateOverview_v1", |
10004 | | - "parameters": [ |
| 10023 | + "operationId": "TrustPortalController_addCustomDomain_v1", |
| 10024 | + "parameters": [], |
| 10025 | + "responses": { |
| 10026 | + "201": { |
| 10027 | + "description": "" |
| 10028 | + } |
| 10029 | + }, |
| 10030 | + "security": [ |
10005 | 10031 | { |
10006 | | - "name": "X-Organization-Id", |
10007 | | - "in": "header", |
10008 | | - "description": "Organization ID (required for session auth, optional for API key auth)", |
10009 | | - "required": false, |
10010 | | - "schema": { |
10011 | | - "type": "string" |
10012 | | - } |
| 10032 | + "apikey": [] |
| 10033 | + } |
| 10034 | + ], |
| 10035 | + "summary": "Add or update a custom domain for the trust portal", |
| 10036 | + "tags": [ |
| 10037 | + "Trust Portal" |
| 10038 | + ] |
| 10039 | + } |
| 10040 | + }, |
| 10041 | + "/v1/trust-portal/settings/check-dns": { |
| 10042 | + "post": { |
| 10043 | + "operationId": "TrustPortalController_checkDnsRecords_v1", |
| 10044 | + "parameters": [], |
| 10045 | + "responses": { |
| 10046 | + "201": { |
| 10047 | + "description": "" |
| 10048 | + } |
| 10049 | + }, |
| 10050 | + "security": [ |
| 10051 | + { |
| 10052 | + "apikey": [] |
10013 | 10053 | } |
10014 | 10054 | ], |
| 10055 | + "summary": "Check DNS records for a custom domain", |
| 10056 | + "tags": [ |
| 10057 | + "Trust Portal" |
| 10058 | + ] |
| 10059 | + } |
| 10060 | + }, |
| 10061 | + "/v1/trust-portal/settings/faqs": { |
| 10062 | + "put": { |
| 10063 | + "operationId": "TrustPortalController_updateFaqs_v1", |
| 10064 | + "parameters": [], |
| 10065 | + "responses": { |
| 10066 | + "200": { |
| 10067 | + "description": "" |
| 10068 | + } |
| 10069 | + }, |
| 10070 | + "security": [ |
| 10071 | + { |
| 10072 | + "apikey": [] |
| 10073 | + } |
| 10074 | + ], |
| 10075 | + "summary": "Update trust portal FAQs", |
| 10076 | + "tags": [ |
| 10077 | + "Trust Portal" |
| 10078 | + ] |
| 10079 | + } |
| 10080 | + }, |
| 10081 | + "/v1/trust-portal/settings/allowed-domains": { |
| 10082 | + "put": { |
| 10083 | + "operationId": "TrustPortalController_updateAllowedDomains_v1", |
| 10084 | + "parameters": [], |
| 10085 | + "responses": { |
| 10086 | + "200": { |
| 10087 | + "description": "" |
| 10088 | + } |
| 10089 | + }, |
| 10090 | + "security": [ |
| 10091 | + { |
| 10092 | + "apikey": [] |
| 10093 | + } |
| 10094 | + ], |
| 10095 | + "summary": "Update allowed domains for the trust portal", |
| 10096 | + "tags": [ |
| 10097 | + "Trust Portal" |
| 10098 | + ] |
| 10099 | + } |
| 10100 | + }, |
| 10101 | + "/v1/trust-portal/settings/frameworks": { |
| 10102 | + "put": { |
| 10103 | + "operationId": "TrustPortalController_updateFrameworks_v1", |
| 10104 | + "parameters": [], |
| 10105 | + "responses": { |
| 10106 | + "200": { |
| 10107 | + "description": "" |
| 10108 | + } |
| 10109 | + }, |
| 10110 | + "security": [ |
| 10111 | + { |
| 10112 | + "apikey": [] |
| 10113 | + } |
| 10114 | + ], |
| 10115 | + "summary": "Update trust portal framework settings", |
| 10116 | + "tags": [ |
| 10117 | + "Trust Portal" |
| 10118 | + ] |
| 10119 | + } |
| 10120 | + }, |
| 10121 | + "/v1/trust-portal/overview": { |
| 10122 | + "post": { |
| 10123 | + "operationId": "TrustPortalController_updateOverview_v1", |
| 10124 | + "parameters": [], |
10015 | 10125 | "responses": { |
10016 | 10126 | "200": { |
10017 | 10127 | "description": "Overview updated successfully" |
|
10030 | 10140 | "get": { |
10031 | 10141 | "operationId": "TrustPortalController_getOverview_v1", |
10032 | 10142 | "parameters": [ |
10033 | | - { |
10034 | | - "name": "X-Organization-Id", |
10035 | | - "in": "header", |
10036 | | - "description": "Organization ID (required for session auth, optional for API key auth)", |
10037 | | - "required": false, |
10038 | | - "schema": { |
10039 | | - "type": "string" |
10040 | | - } |
10041 | | - }, |
10042 | 10143 | { |
10043 | 10144 | "name": "organizationId", |
10044 | 10145 | "required": true, |
|
10067 | 10168 | "/v1/trust-portal/custom-links": { |
10068 | 10169 | "post": { |
10069 | 10170 | "operationId": "TrustPortalController_createCustomLink_v1", |
10070 | | - "parameters": [ |
10071 | | - { |
10072 | | - "name": "X-Organization-Id", |
10073 | | - "in": "header", |
10074 | | - "description": "Organization ID (required for session auth, optional for API key auth)", |
10075 | | - "required": false, |
10076 | | - "schema": { |
10077 | | - "type": "string" |
10078 | | - } |
10079 | | - } |
10080 | | - ], |
| 10171 | + "parameters": [], |
10081 | 10172 | "responses": { |
10082 | 10173 | "201": { |
10083 | 10174 | "description": "Custom link created successfully" |
|
10096 | 10187 | "get": { |
10097 | 10188 | "operationId": "TrustPortalController_listCustomLinks_v1", |
10098 | 10189 | "parameters": [ |
10099 | | - { |
10100 | | - "name": "X-Organization-Id", |
10101 | | - "in": "header", |
10102 | | - "description": "Organization ID (required for session auth, optional for API key auth)", |
10103 | | - "required": false, |
10104 | | - "schema": { |
10105 | | - "type": "string" |
10106 | | - } |
10107 | | - }, |
10108 | 10190 | { |
10109 | 10191 | "name": "organizationId", |
10110 | 10192 | "required": true, |
|
10134 | 10216 | "post": { |
10135 | 10217 | "operationId": "TrustPortalController_updateCustomLink_v1", |
10136 | 10218 | "parameters": [ |
10137 | | - { |
10138 | | - "name": "X-Organization-Id", |
10139 | | - "in": "header", |
10140 | | - "description": "Organization ID (required for session auth, optional for API key auth)", |
10141 | | - "required": false, |
10142 | | - "schema": { |
10143 | | - "type": "string" |
10144 | | - } |
10145 | | - }, |
10146 | 10219 | { |
10147 | 10220 | "name": "linkId", |
10148 | 10221 | "required": true, |
|
10172 | 10245 | "post": { |
10173 | 10246 | "operationId": "TrustPortalController_deleteCustomLink_v1", |
10174 | 10247 | "parameters": [ |
10175 | | - { |
10176 | | - "name": "X-Organization-Id", |
10177 | | - "in": "header", |
10178 | | - "description": "Organization ID (required for session auth, optional for API key auth)", |
10179 | | - "required": false, |
10180 | | - "schema": { |
10181 | | - "type": "string" |
10182 | | - } |
10183 | | - }, |
10184 | 10248 | { |
10185 | 10249 | "name": "linkId", |
10186 | 10250 | "required": true, |
|
10209 | 10273 | "/v1/trust-portal/custom-links/reorder": { |
10210 | 10274 | "post": { |
10211 | 10275 | "operationId": "TrustPortalController_reorderCustomLinks_v1", |
10212 | | - "parameters": [ |
10213 | | - { |
10214 | | - "name": "X-Organization-Id", |
10215 | | - "in": "header", |
10216 | | - "description": "Organization ID (required for session auth, optional for API key auth)", |
10217 | | - "required": false, |
10218 | | - "schema": { |
10219 | | - "type": "string" |
10220 | | - } |
10221 | | - } |
10222 | | - ], |
| 10276 | + "parameters": [], |
10223 | 10277 | "responses": { |
10224 | 10278 | "200": { |
10225 | 10279 | "description": "Custom links reordered successfully" |
|
10240 | 10294 | "post": { |
10241 | 10295 | "operationId": "TrustPortalController_updateVendorTrustSettings_v1", |
10242 | 10296 | "parameters": [ |
10243 | | - { |
10244 | | - "name": "X-Organization-Id", |
10245 | | - "in": "header", |
10246 | | - "description": "Organization ID (required for session auth, optional for API key auth)", |
10247 | | - "required": false, |
10248 | | - "schema": { |
10249 | | - "type": "string" |
10250 | | - } |
10251 | | - }, |
10252 | 10297 | { |
10253 | 10298 | "name": "vendorId", |
10254 | 10299 | "required": true, |
|
10278 | 10323 | "get": { |
10279 | 10324 | "operationId": "TrustPortalController_listPublicVendors_v1", |
10280 | 10325 | "parameters": [ |
10281 | | - { |
10282 | | - "name": "X-Organization-Id", |
10283 | | - "in": "header", |
10284 | | - "description": "Organization ID (required for session auth, optional for API key auth)", |
10285 | | - "required": false, |
10286 | | - "schema": { |
10287 | | - "type": "string" |
10288 | | - } |
10289 | | - }, |
10290 | 10326 | { |
10291 | 10327 | "name": "organizationId", |
10292 | 10328 | "required": true, |
|
0 commit comments