We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b780f commit dac9a20Copy full SHA for dac9a20
doc/compiled.json
@@ -22815,6 +22815,9 @@
22815
},
22816
{
22817
"$ref": "#/components/parameters/id"
22818
+ },
22819
+ {
22820
+ "$ref": "#/components/parameters/branch"
22821
}
22822
],
22823
"responses": {
paths/repo_syncs/import.yaml
@@ -12,6 +12,7 @@ parameters:
12
- "$ref": "../../parameters.yaml#/X-PhraseApp-OTP"
13
- "$ref": "../../parameters.yaml#/account_id"
14
- "$ref": "../../parameters.yaml#/id"
15
+- "$ref": "../../parameters.yaml#/branch"
16
responses:
17
'200':
18
description: OK
0 commit comments