ApiCreateRequest
ApiCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | Description Example : description | any of [string, null] | |
| id optional | Api ID Example : | any of [string, null] | |
| name required | Name Example : test-apiPattern : ^[a-z][a-z0-9\-]{1,48}[a-z0-9]$Minimum length : 3Maximum length : 50 | string | |
| tags optional | Tag List | any of [array[Tag], null] |