Skip to content

Commit c0bbded

Browse files
committed
fix common ref
1 parent 473ffe8 commit c0bbded

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

specs/abtesting/paths/scheduleABTest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ post:
3939
description: OK
4040
headers:
4141
x-ratelimit-limit:
42-
$ref: '../../analytics/common/parameters.yml#/x-ratelimit-limit'
42+
$ref: '../../common/responses/rateLimit.yml#/x-ratelimit-limit'
4343
x-ratelimit-remaining:
44-
$ref: '../../analytics/common/parameters.yml#/x-ratelimit-remaining'
44+
$ref: '../../common/responses/rateLimit.yml#/x-ratelimit-remaining'
4545
x-ratelimit-reset:
46-
$ref: '../../analytics/common/parameters.yml#/x-ratelimit-reset'
46+
$ref: '../../common/responses/rateLimit.yml#/x-ratelimit-reset'
4747
content:
4848
application/json:
4949
schema:

0 commit comments

Comments
 (0)