The default values for fields defined in the swagger file are not populated in devportal . This however works in swagger editor. Is this a known issue? How do I resolve this? Details below.
YAML
/GetTicketListService:
post:
summary: Get ticket list
description: Ask for a list of Open tickets within Verizon by the ITIL Ticket Type with the latest CTI, status and priority.
parameters:
-
name: version
in: formData
description: Service version of the request. **Example:** **v1 or V1**.
required: true
type: string
maxLength: 2
default: v1
-
name: transactionID
in: formData
description: Alpha numeric unique identifier to uniquely identify each request from the customer system.
required: true
type: string
maxLength: 50
default: EOutHPSXIM51226
Developer Portal:
Swagger Editor: