diff --git a/app/api/resources/swagger/create_device_recording_spec.yaml b/app/api/resources/swagger/create_device_recording_spec.yaml index 77746cf..b51ce5b 100644 --- a/app/api/resources/swagger/create_device_recording_spec.yaml +++ b/app/api/resources/swagger/create_device_recording_spec.yaml @@ -13,12 +13,7 @@ parameters: name: body required: true schema: - type: object - required: - - recording - properties: - recording: - $ref: '#/definitions/Recording' + $ref: '#/definitions/Recording' responses: 201: description: Successful creation