Skip to content

Commit dddc3f0

Browse files
committed
.
1 parent 01c3cad commit dddc3f0

File tree

1 file changed

+0
-117
lines changed

1 file changed

+0
-117
lines changed

fern/apis/beta/openapi-beta.yaml

Lines changed: 0 additions & 117 deletions
Original file line numberDiff line numberDiff line change
@@ -14578,85 +14578,6 @@ components:
1457814578
allOf:
1457914579
- $ref: '#/components/schemas/schema-field-descriptor-base'
1458014580
title: schema-unknown-field-descriptor
14581-
schemas-subtype-prepare-update-get-request:
14582-
type: object
14583-
properties:
14584-
is_custom_leaf_type:
14585-
type: boolean
14586-
description: Whether the leaf type corresponds to a custom object.
14587-
leaf_type:
14588-
type: string
14589-
description: Leaf type of the object.
14590-
new_subtype:
14591-
type: string
14592-
description: Name of the new subtype for the object.
14593-
object:
14594-
type: string
14595-
description: |
14596-
ID of the object of which subtype is to be changed. Used to fetch
14597-
the object's custom schema fragments and custom fields
14598-
required:
14599-
- leaf_type
14600-
title: schemas-subtype-prepare-update-get-request
14601-
schemas-subtype-prepare-update-get-response:
14602-
type: object
14603-
properties:
14604-
added_fields:
14605-
type: array
14606-
description: |
14607-
List of fields that have a default value and need to be set.
14608-
items:
14609-
$ref: '#/components/schemas/schemas-subtype-prepare-update-get-response-added-field'
14610-
dropped_fields:
14611-
type: array
14612-
description: List of fields that will be dropped from the object.
14613-
items:
14614-
$ref: '#/components/schemas/schemas-subtype-prepare-update-get-response-dropped-field'
14615-
new_custom_schema_fragments:
14616-
type: array
14617-
description: List of new custom schema fragment IDs of the object.
14618-
items:
14619-
type: string
14620-
new_start_stage:
14621-
type: string
14622-
description: |
14623-
ID of the start stage of the new diagram if the subtype change
14624-
results in a change in the stage diagram.
14625-
title: schemas-subtype-prepare-update-get-response
14626-
x-go-name: SchemasSubtypePrepareUpdateGetResponseBody
14627-
schemas-subtype-prepare-update-get-response-added-field:
14628-
type: object
14629-
properties:
14630-
default_value:
14631-
description: Default value of the added field.
14632-
name:
14633-
type: string
14634-
description: API-compliant qualified name of the added field.
14635-
required:
14636-
- name
14637-
title: schemas-subtype-prepare-update-get-response-added-field
14638-
schemas-subtype-prepare-update-get-response-conflict-type:
14639-
type: string
14640-
enum:
14641-
- absent_in_new
14642-
- absent_in_old
14643-
- incompatible_type
14644-
schemas-subtype-prepare-update-get-response-dropped-field:
14645-
type: object
14646-
properties:
14647-
conflict_type:
14648-
$ref: '#/components/schemas/schemas-subtype-prepare-update-get-response-conflict-type'
14649-
message:
14650-
type: string
14651-
description: Conflict message for the field being dropped.
14652-
name:
14653-
type: string
14654-
description: API-compliant qualified name of the dropped field.
14655-
required:
14656-
- conflict_type
14657-
- message
14658-
- name
14659-
title: schemas-subtype-prepare-update-get-response-dropped-field
1466014581
search-core-request:
1466114582
type: object
1466214583
description: Search request.
@@ -32487,44 +32408,6 @@ paths:
3248732408
x-fern-audiences:
3248832409
- docs
3248932410
- sdks
32490-
/schemas.subtypes.prepare-update:
32491-
post:
32492-
description: |
32493-
Gets the new fragment IDs and fields resulting from changing a subtype.
32494-
operationId: schemas-subtype-prepare-update-get
32495-
requestBody:
32496-
content:
32497-
application/json:
32498-
schema:
32499-
$ref: '#/components/schemas/schemas-subtype-prepare-update-get-request'
32500-
required: true
32501-
responses:
32502-
"200":
32503-
content:
32504-
application/json:
32505-
schema:
32506-
$ref: '#/components/schemas/schemas-subtype-prepare-update-get-response'
32507-
description: Success.
32508-
"400":
32509-
$ref: '#/components/responses/bad-request'
32510-
"401":
32511-
$ref: '#/components/responses/unauthorized'
32512-
"403":
32513-
$ref: '#/components/responses/forbidden'
32514-
"404":
32515-
$ref: '#/components/responses/not-found'
32516-
"429":
32517-
$ref: '#/components/responses/too-many-requests'
32518-
"500":
32519-
$ref: '#/components/responses/internal-server-error'
32520-
"503":
32521-
$ref: '#/components/responses/service-unavailable'
32522-
summary: Prepare-Update Schemas Subtypes
32523-
tags:
32524-
- customization
32525-
x-fern-audiences:
32526-
- docs
32527-
- sdks
3252832411
/search.core:
3252932412
get:
3253032413
description: Searches for records based on a given query.

0 commit comments

Comments
 (0)