diff --git a/server/proj/audio/schemas.py b/server/proj/audio/schemas.py index a83b50e..612123a 100644 --- a/server/proj/audio/schemas.py +++ b/server/proj/audio/schemas.py @@ -47,7 +47,7 @@ class DeleteSongSchema(AutoSchema): def get_serializer_fields(self, path, method): return [ coreapi.Field( - name='song_id', + name='azura_id', location='form', required=False, schema=coreschema.String(description='ID трека')