ГГ
Size: a a a
ГГ
S
RS
N
RS
@action(
detail=True, methods=['get'],
url_path='slots/????',
)
N
N
RS
N
N
ГГ
VL
ГГ
ГГ
N
RS
@swagger_auto_schema(manual_parameters=[openapi.Parameter('limit', openapi.IN_QUERY, description='Number of slots', type=openapi.TYPE_INTEGER)])
@action(detail=True, methods=['get'], url_path='slots')
def propose_slots(self, request, pk):
print(self.request.query_params['limit'])
ГГ
G
G
N