Skip to content

Commit

Permalink
minor: remove "service" field from required properties in createAPIEn…
Browse files Browse the repository at this point in the history
…dpoint schema (#17147)
  • Loading branch information
Sachin-chaurasiya committed Jul 23, 2024
1 parent b41a505 commit 303c8ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@
"maxLength": 32
}
},
"required": ["name", "service", "endpointURL", "apiCollection"],
"required": ["name", "endpointURL", "apiCollection"],
"additionalProperties": false
}

0 comments on commit 303c8ce

Please sign in to comment.