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

120
op/API.md
View File

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