-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Closed
Description
In below given example, i need to have customized url for the resource "user-enableuser". i thought in openapi 3.0.0, it can be achieved through server object for each path. Please let me know what i am missing here
"paths": {
"/user-enableuser": {
"post": {
"servers": [{
"url": "https://x.x.x.x/user"
}],
"tags": [
"user"
],
"summary": " ",
"operationId": "user@ENABLE",
"produces": [
"application/xml"
],
"consumes": [
"application/xml"
],
"parameters": [
{
"schema": {},
"description": " ",
"name": "body",
"required": true,
"in": "body"
}
],
"responses": {}
}
}Metadata
Metadata
Assignees
Labels
No labels