Skip to content

Commit

Permalink
Change sample sunset date to self-explain that it's YYYY-MM-DD format (
Browse files Browse the repository at this point in the history
  • Loading branch information
lewinskimaciej authored Dec 11, 2023
1 parent 04c0f8c commit f17e384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API-DEPRECATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Oasdiff allows you to gracefully remove a resource without getting a breaking ch
/api/test:
get:
deprecated: true
x-sunset: "2022-08-10"
x-sunset: "2022-12-31"
```
2. At the sunset date or anytime later, the resource can be removed without triggering a breaking change error. An earlier removal will be considered a breaking change.

Expand Down

0 comments on commit f17e384

Please sign in to comment.