diff --git a/specs/search/paths/rules/common/schemas.yml b/specs/search/paths/rules/common/schemas.yml index 75e67f2dee..0300016ff3 100644 --- a/specs/search/paths/rules/common/schemas.yml +++ b/specs/search/paths/rules/common/schemas.yml @@ -289,18 +289,3 @@ automaticFacetFilter: If false, multiple occurences are combined with the logical `AND` operation. required: - facet - -updatedRuleResponse: - type: object - additionalProperties: false - properties: - objectID: - $ref: '../../../../common/parameters.yml#/ruleID' - updatedAt: - $ref: '../../../../common/responses/common.yml#/updatedAt' - taskID: - $ref: '../../../../common/responses/common.yml#/taskID' - required: - - objectID - - updatedAt - - taskID diff --git a/specs/search/paths/rules/rule.yml b/specs/search/paths/rules/rule.yml index 7dec132123..5b4036eea1 100644 --- a/specs/search/paths/rules/rule.yml +++ b/specs/search/paths/rules/rule.yml @@ -52,11 +52,7 @@ put: $ref: 'common/schemas.yml#/rule' responses: '200': - description: OK - content: - application/json: - schema: - $ref: 'common/schemas.yml#/updatedRuleResponse' + $ref: '../../../common/responses/UpdatedAt.yml' '400': $ref: '../../../common/responses/BadRequest.yml' '402':