fix: op.api 文档补充 headers

This commit is contained in:
miaosiyu 2023-12-06 11:34:41 +08:00
parent 038ca46972
commit 6ca64f218c
1 changed files with 213 additions and 95 deletions

308
op/API.md
View File

@ -40,7 +40,8 @@ POST /v1/users
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<!-- query 参数 --> <!-- query 参数 -->
<!-- body 参数 --> <!-- body 参数 -->
<tr> <tr>
@ -205,7 +206,8 @@ PATCH /v1/users/{id}/disable
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -238,7 +240,8 @@ PATCH /v1/users/{id}/enable
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -271,7 +274,8 @@ POST /v1/jobs/users-disable
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<!-- query 参数 --> <!-- query 参数 -->
<!-- body 参数 --> <!-- body 参数 -->
<tr> <tr>
@ -304,7 +308,8 @@ POST /v1/jobs/users-enable
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<!-- query 参数 --> <!-- query 参数 -->
<!-- body 参数 --> <!-- body 参数 -->
<tr> <tr>
@ -337,7 +342,8 @@ PATCH /v1/users/{id}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -484,7 +490,8 @@ DELETE /v1/users/{id}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -517,7 +524,8 @@ DELETE /v1/users
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<!-- query 参数 --> <!-- query 参数 -->
<!-- body 参数 --> <!-- body 参数 -->
<tr> <tr>
@ -550,7 +558,8 @@ GET /v1/users
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<!-- query 参数 --> <!-- query 参数 -->
<tr> <tr>
<td>page_size</td> <td>page_size</td>
@ -613,7 +622,8 @@ GET /v1/users/{id}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -646,7 +656,8 @@ PATCH /v1/users/{id}/passwords
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -691,7 +702,8 @@ GET /v1/user-stored-credentials
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<!-- query 参数 --> <!-- query 参数 -->
<tr> <tr>
<td>user_id</td> <td>user_id</td>
@ -784,7 +796,8 @@ POST /v1/user-stored-credentials
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<!-- query 参数 --> <!-- query 参数 -->
<!-- body 参数 --> <!-- body 参数 -->
<tr> <tr>
@ -891,7 +904,8 @@ POST /v1/applications
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<!-- query 参数 --> <!-- query 参数 -->
<!-- body 参数 --> <!-- body 参数 -->
<tr> <tr>
@ -1014,7 +1028,8 @@ PATCH /v1/applications/{id}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -1137,7 +1152,8 @@ GET /v1/application-templates
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<!-- query 参数 --> <!-- query 参数 -->
<tr> <tr>
<td>name</td> <td>name</td>
@ -1170,7 +1186,8 @@ GET /v1/applications
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<!-- query 参数 --> <!-- query 参数 -->
<tr> <tr>
<td>name</td> <td>name</td>
@ -1221,7 +1238,8 @@ GET /v1/application
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<!-- query 参数 --> <!-- query 参数 -->
<tr> <tr>
<td>domain</td> <td>domain</td>
@ -1260,7 +1278,8 @@ GET /v1/applications/{id}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -1293,7 +1312,8 @@ POST /v1/applications/{id}/enable
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -1326,7 +1346,8 @@ POST /v1/applications/{id}/disable
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -1359,7 +1380,8 @@ DELETE /v1/applications/{id}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -1392,7 +1414,8 @@ POST /v1/applications/{id}/secrets
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -1425,7 +1448,8 @@ GET /v1/applications/{id}/configs
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -1458,7 +1482,8 @@ PATCH /v1/applications/{id}/configs
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -1533,7 +1558,8 @@ POST /v1/applications/{id}/sso/disable
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -1566,7 +1592,8 @@ POST /v1/applications/{id}/sso/enable
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -1599,7 +1626,8 @@ POST /v1/applications/{id}/mfa
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td></td> <td></td>
@ -1638,7 +1666,8 @@ DELETE /v1/applications/{app_id}/mfa/{config_id}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>app_id</td> <td>app_id</td>
<td>string</td> <td>string</td>
@ -1677,7 +1706,8 @@ POST /v1/applications/{id}/idp
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td></td> <td></td>
@ -1716,7 +1746,8 @@ DELETE /v1/applications/{app_id}/idp/{config_id}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>app_id</td> <td>app_id</td>
<td>string</td> <td>string</td>
@ -1755,7 +1786,8 @@ POST /v1/applications/{app_id}/protocols/{protocol_type}/enable
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>app_id</td> <td>app_id</td>
<td></td> <td></td>
@ -1794,7 +1826,8 @@ POST /v1/applications/{app_id}/protocols/{protocol_type}/disable
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>app_id</td> <td>app_id</td>
<td></td> <td></td>
@ -1833,7 +1866,8 @@ GET /v1/applications/{id}/protocols
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -1872,7 +1906,8 @@ GET /v1/applications/{app_id}/protocols/{protocol_type}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>app_id</td> <td>app_id</td>
<td></td> <td></td>
@ -1911,7 +1946,8 @@ PUT /v1/applications/{app_id}/protocols/{protocol_type}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>app_id</td> <td>app_id</td>
<td></td> <td></td>
@ -1956,7 +1992,8 @@ POST /v1/applications/{id}/accounts
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td></td> <td></td>
@ -2049,7 +2086,8 @@ PUT /v1/applications/{app_id}/accounts/{id}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>app_id</td> <td>app_id</td>
<td>string</td> <td>string</td>
@ -2142,7 +2180,8 @@ POST /v1/applications/{app_id}/accounts/{id}/enable
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>app_id</td> <td>app_id</td>
<td></td> <td></td>
@ -2187,7 +2226,8 @@ POST /v1/applications/{app_id}/accounts/{id}/disable
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>app_id</td> <td>app_id</td>
<td></td> <td></td>
@ -2226,7 +2266,8 @@ DELETE /v1/applications/{app_id}/accounts/{id}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>app_id</td> <td>app_id</td>
<td></td> <td></td>
@ -2265,7 +2306,8 @@ GET /v1/applications/{app_id}/accounts
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>app_id</td> <td>app_id</td>
<td>string</td> <td>string</td>
@ -2334,7 +2376,8 @@ GET /v1/application-accounts
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<!-- query 参数 --> <!-- query 参数 -->
<tr> <tr>
<td>app_id</td> <td>app_id</td>
@ -2403,7 +2446,8 @@ GET /v1/applications/{app_id}/accounts/{id}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>app_id</td> <td>app_id</td>
<td>string</td> <td>string</td>
@ -2443,7 +2487,8 @@ GET /v1/privileges
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<!-- query 参数 --> <!-- query 参数 -->
<tr> <tr>
<td>identity_id</td> <td>identity_id</td>
@ -2530,7 +2575,8 @@ GET /v1/auth-units
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<!-- query 参数 --> <!-- query 参数 -->
<tr> <tr>
<td>identity_id</td> <td>identity_id</td>
@ -2593,7 +2639,8 @@ GET /v1/auth-units/{id}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -2626,7 +2673,8 @@ POST /v1/batch/auth-unit-rules
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<!-- query 参数 --> <!-- query 参数 -->
<!-- body 参数 --> <!-- body 参数 -->
<tr> <tr>
@ -2665,7 +2713,8 @@ PUT /v1/auth-units/{rid}/rules/{tid}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>rid</td> <td>rid</td>
<td>string</td> <td>string</td>
@ -2704,7 +2753,8 @@ GET /v1/auth-units/{rid}/rules
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>rid</td> <td>rid</td>
<td>string</td> <td>string</td>
@ -2785,7 +2835,8 @@ GET /v1/auth-unit-rules
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<!-- query 参数 --> <!-- query 参数 -->
<tr> <tr>
<td>application_id</td> <td>application_id</td>
@ -2878,7 +2929,8 @@ DELETE /v1/batch/auth-unit-rules
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<!-- query 参数 --> <!-- query 参数 -->
<!-- body 参数 --> <!-- body 参数 -->
<tr> <tr>
@ -2911,7 +2963,8 @@ POST /v1/resources
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<!-- query 参数 --> <!-- query 参数 -->
<!-- body 参数 --> <!-- body 参数 -->
<tr> <tr>
@ -2974,7 +3027,8 @@ PUT /v1/resources/{id}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -3025,7 +3079,8 @@ GET /v1/resources
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<!-- query 参数 --> <!-- query 参数 -->
<tr> <tr>
<td>application_id</td> <td>application_id</td>
@ -3094,7 +3149,8 @@ GET /v1/resources/{id}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -3133,7 +3189,8 @@ DELETE /v1/batch/resources
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<!-- query 参数 --> <!-- query 参数 -->
<!-- body 参数 --> <!-- body 参数 -->
<tr> <tr>
@ -3166,7 +3223,14 @@ POST /v1/resource-sets
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<tr>
<td>X-Tenant-id</td>
<td>string</td>
<td>true</td>
<td>租户id</td>
</tr>
<!-- path 参数 -->
<!-- query 参数 --> <!-- query 参数 -->
<!-- body 参数 --> <!-- body 参数 -->
<tr> <tr>
@ -3211,7 +3275,14 @@ PUT /v1/resource-sets/{id}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<tr>
<td>X-Tenant-Id</td>
<td>string</td>
<td>true</td>
<td>租户id</td>
</tr>
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -3256,7 +3327,8 @@ GET /v1/resource-sets
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<!-- query 参数 --> <!-- query 参数 -->
<tr> <tr>
<td>code</td> <td>code</td>
@ -3319,7 +3391,8 @@ GET /v1/resource-sets/{id}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -3352,7 +3425,8 @@ POST /v1/resource-sets/{id}/members
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -3409,7 +3483,8 @@ PUT /v1/resource-sets/{sid}/members/{mid}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>sid</td> <td>sid</td>
<td>string</td> <td>string</td>
@ -3472,7 +3547,8 @@ GET /v1/resource-sets/{sid}/members
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>sid</td> <td>sid</td>
<td>string</td> <td>string</td>
@ -3535,7 +3611,8 @@ GET /v1/resource-sets/{sid}/members/{mid}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>sid</td> <td>sid</td>
<td>string</td> <td>string</td>
@ -3574,7 +3651,14 @@ POST /v1/batch/authz-apps
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<tr>
<td>X-Tenant-Id</td>
<td>string</td>
<td>true</td>
<td>租户id</td>
</tr>
<!-- path 参数 -->
<!-- query 参数 --> <!-- query 参数 -->
<!-- body 参数 --> <!-- body 参数 -->
<tr> <tr>
@ -3619,7 +3703,14 @@ GET /v1/authz-apps
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<tr>
<td>X-Tenant-Id</td>
<td>string</td>
<td>true</td>
<td>租户id</td>
</tr>
<!-- path 参数 -->
<!-- query 参数 --> <!-- query 参数 -->
<tr> <tr>
<td>identity_id</td> <td>identity_id</td>
@ -3665,7 +3756,8 @@ POST /v1/core-objects
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<!-- query 参数 --> <!-- query 参数 -->
<!-- body 参数 --> <!-- body 参数 -->
</tbody> </tbody>
@ -3692,7 +3784,8 @@ GET /v1/tree-nodes/{id}/parent
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -3725,7 +3818,8 @@ DELETE /v1/tree-nodes/{id}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -3764,7 +3858,8 @@ GET /v1/core-objects
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<!-- query 参数 --> <!-- query 参数 -->
<!-- body 参数 --> <!-- body 参数 -->
</tbody> </tbody>
@ -3791,7 +3886,8 @@ PATCH /v1/core-objects/{id}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -3824,7 +3920,8 @@ GET /v1/core-objects/{id}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -3863,7 +3960,8 @@ DELETE /v1/core-objects/{id}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -3896,7 +3994,8 @@ POST /v1/tree-users
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<!-- query 参数 --> <!-- query 参数 -->
<!-- body 参数 --> <!-- body 参数 -->
<tr> <tr>
@ -3953,7 +4052,8 @@ PATCH /v1/tree-users/{id}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td></td> <td></td>
@ -4010,7 +4110,8 @@ GET /v1/tree-users
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<!-- query 参数 --> <!-- query 参数 -->
<tr> <tr>
<td>user_id</td> <td>user_id</td>
@ -4043,7 +4144,8 @@ GET /v1/tree-nodes/{id}/tree-users
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -4127,7 +4229,8 @@ DELETE /v1/tree-nodes/{node_id}/tree-users
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>node_id</td> <td>node_id</td>
<td>string</td> <td>string</td>
@ -4166,7 +4269,8 @@ DELETE /v1/tree-users/{id}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -4217,7 +4321,8 @@ DELETE /v1/tree-users
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<!-- query 参数 --> <!-- query 参数 -->
<!-- body 参数 --> <!-- body 参数 -->
<tr> <tr>
@ -4256,7 +4361,8 @@ POST /v1/tree-nodes
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<!-- query 参数 --> <!-- query 参数 -->
<!-- body 参数 --> <!-- body 参数 -->
</tbody> </tbody>
@ -4283,7 +4389,8 @@ PATCH /v1/tree-nodes/{id}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -4316,7 +4423,8 @@ DELETE /v1/tree-nodes/{id}/children
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -4355,13 +4463,14 @@ GET /v1/tree-nodes
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<!-- query 参数 --> <!-- query 参数 -->
<tr> <tr>
<td>object_code</td> <td>object_code</td>
<td>string</td> <td>string</td>
<td>true</td> <td>true</td>
<td>创建树时的object_code</td> <td>组织编码</td>
</tr> </tr>
<tr> <tr>
<td>name</td> <td>name</td>
@ -4418,7 +4527,8 @@ GET /v1/tree-nodes/{id}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -4451,7 +4561,8 @@ GET /v1/tree-nodes/{id}/children
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>id</td> <td>id</td>
<td>string</td> <td>string</td>
@ -4500,7 +4611,8 @@ GET /v1/buckets
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<!-- query 参数 --> <!-- query 参数 -->
<tr> <tr>
<td>last</td> <td>last</td>
@ -4539,7 +4651,8 @@ GET /v1/buckets/{bucket}/objects
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>bucket</td> <td>bucket</td>
<td>string</td> <td>string</td>
@ -4584,7 +4697,8 @@ GET /v1/buckets/{bucket}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>bucket</td> <td>bucket</td>
<td>string</td> <td>string</td>
@ -4617,7 +4731,8 @@ DELETE /v1/buckets/{bucket}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>bucket</td> <td>bucket</td>
<td>string</td> <td>string</td>
@ -4650,7 +4765,8 @@ POST /v1/buckets/{bucket}/objects
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>bucket</td> <td>bucket</td>
<td>string</td> <td>string</td>
@ -4695,7 +4811,8 @@ GET /v1/buckets/{bucket}/objects/{key}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>bucket</td> <td>bucket</td>
<td>string</td> <td>string</td>
@ -4734,7 +4851,8 @@ DELETE /v1/buckets/{bucket}/objects/{key}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- path 参数 --> <!-- header 参数 -->
<!-- path 参数 -->
<tr> <tr>
<td>bucket</td> <td>bucket</td>
<td>string</td> <td>string</td>