From 0b6cc17c6304346f4088528df50a2129397a9be7 Mon Sep 17 00:00:00 2001 From: Mike0001-droid Date: Thu, 13 Jun 2024 16:28:57 +0500 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=B5=D1=80=D0=B5=D0=B8=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=B0=D0=BB=20id=20=D1=82=D1=80=D0=B5=D0=BA?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/proj/audio/schemas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 трека')