AZ
Size: a a a
AZ
MB
AZ
AP
DT
S
DT
S
S
AP
S
DT
DT
AP
Set the `detail` boolean to determine if this action should apply to
instance/detail requests or collection/list requests.
DT
@swagger_auto_schema(
method='GET',
responses={200: CommentSerializer()},
operation_summary='requires',
)
@action(methods=['get'], url_path='(?P<user_pk>\d+)/last-service', url_name='last-service', detail=False)
def last_service(self, request, user_pk):
DT
Set the `detail` boolean to determine if this action should apply to
instance/detail requests or collection/list requests.
AP
P
AP
S