Skip to main content

deprecated fields with x-deprecated-description

GET 

/deprecated

deprecated

This endpoint is deprecated and will be removed in version 2.0. Please use the /new-endpoint instead.

Schema:

type: object
properties:
id:
type: string
description: Resource identifier
legacyField:
type: string
deprecated: true
x-deprecated-description: |
This field is deprecated. Use 'newField' instead.
newField:
type: string
description: |
Replacement for legacyField
status:
type: string
enum:
- active
- inactive
- deprecated
description: |
Resource status
metadata:
type: object
deprecated: true
x-deprecated-description: |
Metadata object is deprecated and will be removed in v2.0
properties:
tags:
type: array
items:
type: string
required:
- id

Responses

Successful response