update


Request URL
  • {{adminHost:8181}}/workspace/update
Request Method
  • post
Header
Field Name Sample Required Type Note
adminKey 603284317954637824 Yes string This parameter is for backend management access credentials, which can be viewed in LarkXR3.3 backend access management
timestamp 8641706679604867 Yes string The timestamp when sending a request, in milliseconds
signature 9A02B47AE67664D80A2ED13FC2B1691512613790 Yes string This parameter is a key signature. Sort the adminKey (viewed in LarkXR3.2 backend access management), adminSecret (viewed in LarkXR3.3 backend access management), and current timestamp (long value) in alphabetical order, and then perform SHA-1 summary signature. Please refer to the example of [Obtaining Voucher Signature]
Request Body Parameters
Field Name Sample Required Type Note
wsId LVUgavFC Yes string Workspace Id
instanceMax 23 No string Maximum concurrency, default to 0, indicating no limit on concurrency
note test Yes string note
Success Response Example
{
  "code": 1000,
  "message": "success",
  "result": {
    "wsId": "LVUgavFC",
    "secretKey": "7b669bf1e80e4d47b88fc5a583c57e9b",
    "name": "测试2",
    "instanceMax": 23,
    "interCtrWm": "false",
    "useShareRegion": 1,
    "note": "test",
    "createDate": "1707098588409",
    "updateDate": "1707100319297",
    "deleteFlag": 0
  }
}
Parameter Note for Success Response Example
Field Name Type Note
code string None
message string None
result object None
wsId string Workspace Id
secretKey string Secret key
name string Workplace Name
instanceMax string Maximum concurrency, default to 0, indicating no limit on concurrency
interCtrWm string Internal variables, please ignore
useShareRegion string Can shared partitions be used in the current workspace: 1: Yes, 0: No
createDate string None
updateDate string None
deleteFlag string Delete identification, 0 not deleted, 1 deleted

admin 2025年4月8日 14:23 收藏文档