Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions openapi-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7364,7 +7364,6 @@ paths:
seo:
title: 'Update Template | REST API | Dropbox Sign for Developers'
description: 'The Dropbox Sign API easily allows you to build custom integrations. To find out how to update properties of an existing template, click here.'
x-hideOn: doc
'/template/update_files/{template_id}':
post:
tags:
Expand Down Expand Up @@ -9372,7 +9371,6 @@ components:
type: boolean
default: false
deprecated: true
x-hideOn: doc
is_eid:
description: |-
Send with a value of `true` if you wish to enable
Expand Down Expand Up @@ -9474,7 +9472,6 @@ components:
type: boolean
default: false
deprecated: true
x-hideOn: doc
is_eid:
description: |-
Send with a value of `true` if you wish to enable
Expand Down
1 change: 0 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12571,7 +12571,6 @@ components:
- form_view
type: object
x-internal-class: true
x-hideOn: sdk
TeamResponse:
description: 'Contains information about your team and its members'
properties:
Expand Down
1 change: 1 addition & 0 deletions src/Hello/OpenApi/RawFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ private function recurse(array $data, string $surface_id): TranslationResult
unset($data[$k]);
$empty_by_hiding = empty($data);
} else {
unset($v[self::HIDE_ON]);
$result = $this->recurse($v, $surface_id);
if ($result->isAllHidden()) {
unset($data[$k]);
Expand Down
Loading