Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

required param is repeated ui screen #1175

Closed
swarupe04 opened this issue Apr 16, 2015 · 1 comment
Closed

required param is repeated ui screen #1175

swarupe04 opened this issue Apr 16, 2015 · 1 comment

Comments

@swarupe04
Copy link

Latest master from today's code:

screen shot 2015-04-16 at 3 01 56 pm

Here's corresponding swagger.json snippet:

{
name: "date_range",
in: "query",
description: "type of date ranges. for CUSTOM date_start, date_end params are required",
required: true,
type: "string",
default: "MONTH_TO_DATE",
enum: [
"TODAY",
"YESTERDAY",
"LAST_WEEK",
"LAST_MONTH",
"CUSTOM_DATE_TIME",
"PREVIOUS_SEVEN_DAYS",
"WEEK_TO_DATE",
"MONTH_TO_DATE",
"QUARTER_TO_DATE",
"YEAR_TO_DATE",
"LINE_ITEM_TO_DATE",
"CAMPAIGN_TO_DATE",
"CONTRACT_TO_DATE",
"TO_DATE",
"CUSTOM"
]
},

@webron
Copy link
Contributor

webron commented Apr 16, 2015

Thank you for the report but this is a duplicate of #1113.

@webron webron closed this as completed Apr 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants