From 1868a02afb1c9a9ccf388f2c99202ceaa2d5cf44 Mon Sep 17 00:00:00 2001 From: Anton Kucherov Date: Wed, 10 Jun 2020 20:22:03 +0300 Subject: [PATCH] readme: add absent annotation (#733) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5edbd5d5a..af54694cc 100644 --- a/README.md +++ b/README.md @@ -374,6 +374,7 @@ When a short string in your documentation is insufficient, or you need images, c | header | Header in response that separated by spaces. `return code`,`{param type}`,`data type`,`comment` | | router | Path definition that separated by spaces. `path`,`[httpMethod]` | | x-name | The extension key, must be start by x- and take only json value. | +| deprecated | Mark endpoint as deprecated. |