File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed
specs/personalization/paths Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,13 @@ delete:
1414 responses :
1515 ' 200 ' :
1616 description : OK
17+ headers :
18+ x-ratelimit-limit :
19+ $ref : ' ../../common/responses/rateLimit.yml#/x-ratelimit-limit'
20+ x-ratelimit-remaining :
21+ $ref : ' ../../common/responses/rateLimit.yml#/x-ratelimit-remaining'
22+ x-ratelimit-reset :
23+ $ref : ' ../../common/responses/rateLimit.yml#/x-ratelimit-reset'
1724 content :
1825 application/json :
1926 schema :
Original file line number Diff line number Diff line change 1111 responses :
1212 ' 200 ' :
1313 description : OK
14+ headers :
15+ x-ratelimit-limit :
16+ $ref : ' ../../common/responses/rateLimit.yml#/x-ratelimit-limit'
17+ x-ratelimit-remaining :
18+ $ref : ' ../../common/responses/rateLimit.yml#/x-ratelimit-remaining'
19+ x-ratelimit-reset :
20+ $ref : ' ../../common/responses/rateLimit.yml#/x-ratelimit-reset'
1421 content :
1522 application/json :
1623 schema :
Original file line number Diff line number Diff line change 99 responses :
1010 ' 200 ' :
1111 description : OK
12+ headers :
13+ x-ratelimit-limit :
14+ $ref : ' ../../common/responses/rateLimit.yml#/x-ratelimit-limit'
15+ x-ratelimit-remaining :
16+ $ref : ' ../../common/responses/rateLimit.yml#/x-ratelimit-remaining'
17+ x-ratelimit-reset :
18+ $ref : ' ../../common/responses/rateLimit.yml#/x-ratelimit-reset'
1219 content :
1320 application/json :
1421 schema :
You can’t perform that action at this time.
0 commit comments