Dropbox SignDropbox Sign 电子签名 API
PUT/api_app/{client_id}
更新API应用程序
更新现有的 API 应用程序。只能为您拥有的应用程序调用。只有您提供的字段才会更新。如果您希望清除现有的可选字段,请提供一个空字符串。
通过完整的 Dropbox Sign v3 API 管理账户、签名请求、模板、团队、批量发送、文件下载、传真和事件回调;Hub 仅提供文档与本地 SDK/CLI。
请求
- operationId
apiAppUpdate- 服务器
https://api.hellosign.com/v3- 认证
- api_key, oauth2
请求参数
client_id
pathstring必填
要更新的 API 应用程序的客户端 ID。
0dd3b823a682527788c4e40cb7b6f7e9
Body 参数
Content-Type: application/json, multipart/form-data
字段: callback_urlcustom_logo_filedomainsnameoauthoptionswhite_labeling_options
{
"callback_url": "https://example.com/resource",
"domains": [
{}
],
"name": "Example Name",
"oauth": {
"callback_url": "https://example.com/resource",
"scopes": [
"request_signature"
]
},
"options": {
"can_insert_everywhere": false
},
"white_labeling_options": {
"header_background_color": "#1a1a1a",
"legal_version": "terms1",
"link_color": "#0061FE",
"page_background_color": "#f7f8f9",
"primary_button_color": "#0061FE",
"primary_button_color_hover": "#0061FE",
"primary_button_text_color": "#ffffff",
"primary_button_text_color_hover": "#ffffff"
}
}响应
200
ApiAppGetResponseapplication/json
成功响应
字段: api_appwarnings
4XX
ErrorResponseapplication/json
操作失败
字段: error
{
"api_app": {
"callback_url": "https://example.com/resource",
"client_id": "example-client-id",
"created_at": 0,
"domains": [
{}
],
"name": "Example Name",
"is_approved": false,
"oauth": {
"callback_url": "https://example.com/resource",
"scopes": [
{}
],
"charges_users": false
},
"options": {
"can_insert_everywhere": false
}
},
"warnings": [
{
"warning_name": "Example Name"
}
]
}