Skip to content

Commit f206efa

Browse files
committed
Merge branch 'php-client-ce' into 'php-client-ee'
2 parents ab43ef7 + 27d1170 commit f206efa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/swagger/resources/families/definitions/family_variant.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
type: object
2-
required: ["code"]
2+
required: ["code","variant_attribute_sets"]
33
properties:
44
code:
55
type: string

content/swagger/resources/families/routes/families_code_variants_code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ get:
2424
406:
2525
$ref: "#/responses/406Error"
2626
patch:
27-
summary: Update/create a family a family variant
27+
summary: Update/create a family variant
2828
operationId: "patch_families__family_code__variants__code__"
2929
tags:
3030
- Families

gulpfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ gulp.task('clean-dist', function () {
1616
gulp.task('watch', ['create-dist'], function() {
1717
gulp.watch('content/**/*.md', ['create-dist']);
1818
gulp.watch('content/img/**/*', ['create-dist']);
19-
gulp.watch('content/*.yaml', ['create-dist']);
20-
gulp.watch('styles/*.less', ['create-dist']);
19+
gulp.watch('content/swagger/**/*.yaml', ['create-dist']);
20+
gulp.watch('styles/**/*.less', ['create-dist']);
2121
gulp.watch('src/**/*.handlebars', ['create-dist']);
2222
});
2323

0 commit comments

Comments
 (0)