Skip to content

Commit

Permalink
fix: update sunset header (#641)
Browse files Browse the repository at this point in the history
* fix: update sunset header docs
  • Loading branch information
corneliu-petrescu authored Aug 23, 2024
1 parent d25bb97 commit e1c2b9d
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 217 deletions.
12 changes: 5 additions & 7 deletions components/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -318,15 +318,13 @@ headers:

SunsetHeader:
description: >
The date of when the underlying endpoint will be removed. This header is
only present if the endpoint has been deprecated. Please refer to the
RFC for more information:
https://datatracker.ietf.org/doc/html/rfc8594
A header containing the date of when the underlying endpoint will be removed.
This header is only present if the endpoint has been deprecated.
For information purposes only. Returned as a date in the format: YYYY-MM-DD.
schema:
type: string
format: date-time
example: "2021-08-02T00:00:00Z"
format: date
example: "2021-08-02"

RequestIdResponseHeader:
description: >
Expand Down
Loading

0 comments on commit e1c2b9d

Please sign in to comment.