parent
db154d196a
commit
d04f27f40f
|
|
@ -17,7 +17,7 @@ class LanguageSerializer(serializers.Serializer):
|
||||||
|
|
||||||
|
|
||||||
class ExampleProjectSerializer(serializers.Serializer):
|
class ExampleProjectSerializer(serializers.Serializer):
|
||||||
project_name = serializers.CharField(help_text='Name of the project')
|
project_name = serializers.CharField(label='project name custom title', help_text='Name of the project')
|
||||||
github_repo = serializers.CharField(required=True, help_text='Github repository of the project')
|
github_repo = serializers.CharField(required=True, help_text='Github repository of the project')
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
|
|
|
||||||
|
|
@ -1110,7 +1110,7 @@ definitions:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
projectName:
|
projectName:
|
||||||
title: Project name
|
title: project name custom title
|
||||||
description: Name of the project
|
description: Name of the project
|
||||||
type: string
|
type: string
|
||||||
minLength: 1
|
minLength: 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue