minor: remove "service" field from required properties in createAPIEndpoint schema (#17147)

This commit is contained in:
Sachin Chaurasiya 2024-07-23 22:38:40 +05:30 committed by GitHub
parent b41a505795
commit 303c8ce49e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,6 +83,6 @@
"maxLength": 32 "maxLength": 32
} }
}, },
"required": ["name", "service", "endpointURL", "apiCollection"], "required": ["name", "endpointURL", "apiCollection"],
"additionalProperties": false "additionalProperties": false
} }