Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
URL field required
  • Loading branch information
brylie committed Sep 30, 2016
commit ac2b686be17df0db396aad1aa9c5d8163b26abe4
2 changes: 1 addition & 1 deletion apis/collection/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Apis.schema = new SimpleSchema({
url: {
label: 'URL',
type: String,
optional: true,
optional: false,
regEx: SimpleSchema.RegEx.Url,
},
documentationFileId: {
Expand Down