Skip to content

Commit

Permalink
Moji: Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
boxmoji committed Feb 6, 2024
1 parent 45be34d commit 826c132
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 2022-05-06-new-editable-shared-links-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fullyTranslated: true

## 機能強化の詳細

* ファイルにコラボレータとしてユーザーを設定するのではなく、`shared_link.permissions.can_edit`フィールドを`true`に設定することで編集アクセス権限を付与できます
* ファイルにコラボレータとしてユーザーを設定するのではなく、`shared_link.permissions.can_edit`フィールドを`true`に設定することで編集権限を付与できます
* ファイル、フォルダ、ウェブリンクのすべての共有リンクオブジェクトで`can_edit`フィールドが返されます。ただし、ファイルの場合はtrueにしか設定できません。
* この機能は今後の数四半期で弊社のSDKライブラリに追加されます。
* 管理者が編集可能な共有リンクを管理コンソールでオフにした場合、この機能は使用できません。
Expand Down
2 changes: 1 addition & 1 deletion 2023-09-29-box-python-sdk-new-gen-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fullyTranslated: true
[新世代のPython SDK][1]では、以下を利用できるようになります。

* **APIの全面的なサポート**: 新世代のBox SDKにより、開発者はBox APIエコシステム全体をカバーできるようになります。Boxが提供する最新機能をすべて利用できるようになったため、より高性能で機能豊富なアプリケーションを作成できます。
* **迅速なAPIの更新**
* **Rapid API Updates** Say goodbye to waiting for new Box APIs to be incorporated into the SDK. With our new auto-generation development approach, we can now add new Box APIs to the SDK at a much faster pace (in a matter of days). This means you can leverage the most up-to-date features in your applications without delay.
* **ドキュメントへの埋め込み**: Boxでは、開発者にとって情報へのアクセスが重要であることを理解しています。新しいアプローチを使用して、すべてのオブジェクトおよびパラメータに関する包括的なドキュメントをSDKのソースコードに直接含めました。つまり、この情報を開発者向けポータルで探す必要がなくなるため、時間の節約と開発プロセスの効率化につながります。
* **便利なメソッドの強化**: 開発エクスペリエンスを強化するBoxの取り組みにより、便利なメソッドの導入が推進されます。このようなメソッドは、認証、分割アップロード、指数バックオフ、自動再試行、型チェック (変数を正しく使用しているかどうかの確認に役立ちます) など、さまざまな側面をカバーします。

Expand Down
2 changes: 1 addition & 1 deletion 2024-02-02-metadata-view-content-explorer.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ total_steps: null
type: changelog
sibling_id: ''
parent_id: changelog
next_page_id: ''
next_page_id: 2024-02-06-working-with-box-sign
previous_page_id: 2024-01-25-box-ui-elements-v1900-released
source_url: >-
https://github.com/box/box-developer-changelog/blob/main/content/2024/02-02-metadata-view-content-explorer.md
Expand Down
50 changes: 50 additions & 0 deletions 2024-02-06-working-with-box-sign.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
applied_at: '2024-02-06'
applies_to:
- guides
is_impactful: false
is_new_feature: false
collapse: true
show_excerpt: true
release_source_url: ''
is_index: false
category_id: changelog
subcategory_id: ''
id: 2024-02-06-working-with-box-sign
rank: null
total_steps: null
type: changelog
sibling_id: ''
parent_id: changelog
next_page_id: ''
previous_page_id: 2024-02-02-metadata-view-content-explorer
source_url: >-
https://github.com/box/box-developer-changelog/blob/main/content/2024/02-06-working-with-box-sign.md
published_at: '2024-02-06'
fullyTranslated: true
---
# Working with Box Sign

We are thrilled to announce the release of our new dedicated resource page [Working with the Box Sign API][1]. This comprehensive guide is designed to help you seamlessly integrate Box Sign into your applications, providing you with the tools and knowledge to make the most out of this powerful e-signature solution.

<!-- more -->

## Table of content

* [Quick start][2]
* [Technical use cases][3]
* [Signature request options][4]
* [Webhooks][5]
* [Workshops][6]

[1]: https://developer.box.com/sign/

[2]: https://developer.box.com/sign/quick-start/

[3]: https://developer.box.com/sign/technical-use-cases/

[4]: https://developer.box.com/sign/request-options/

[5]: https://developer.box.com/sign/webhooks/

[6]: https://github.com/barduinor/box-python-gen-workshop/blob/main/workshops/sign/sign.md

0 comments on commit 826c132

Please sign in to comment.