ApiCreateRequest

ApiCreateRequest

NameDescriptionSchemaDefault
description
optional
설명
Example : description
any of [string, null]
id
optional
Api ID
Example :
any of [string, null]
name
required
이름
Example : test-api
Pattern : ^[a-z][a-z0-9\-]{1,48}[a-z0-9]$
Minimum length : 3
Maximum length : 50
string
tags
optional
태그 목록
any of [array[Tag], null]