mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-20 06:51:48 -05:00
Add a new Swagger topic
This commit is contained in:
committed by
Shane McDonald
parent
c05e4e07ee
commit
5ec7378135
@@ -690,12 +690,14 @@ class ExecutionEnvironmentList(ListCreateAPIView):
|
||||
|
||||
model = models.ExecutionEnvironment
|
||||
serializer_class = serializers.ExecutionEnvironmentSerializer
|
||||
swagger_topic = "Execution Environments"
|
||||
|
||||
|
||||
class ExecutionEnvironmentDetail(RetrieveUpdateDestroyAPIView):
|
||||
|
||||
model = models.ExecutionEnvironment
|
||||
serializer_class = serializers.ExecutionEnvironmentSerializer
|
||||
swagger_topic = "Execution Environments"
|
||||
|
||||
|
||||
class ProjectList(ListCreateAPIView):
|
||||
|
||||
Reference in New Issue
Block a user