File tree 3 files changed +21
-0
lines changed
specs/personalization/paths 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,13 @@ delete:
14
14
responses :
15
15
' 200 ' :
16
16
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'
17
24
content :
18
25
application/json :
19
26
schema :
Original file line number Diff line number Diff line change 11
11
responses :
12
12
' 200 ' :
13
13
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'
14
21
content :
15
22
application/json :
16
23
schema :
Original file line number Diff line number Diff line change 9
9
responses :
10
10
' 200 ' :
11
11
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'
12
19
content :
13
20
application/json :
14
21
schema :
You can’t perform that action at this time.
0 commit comments