Forum Discussion
shaik_zaffar
4 years agoNew Contributor
Hey instead of passing the data in parameters just try by pass in request body like this
"requestBody": {
"description": " User Post Object",
"required": true,
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"ID": {
"type": "string",
"format": "string"
}
}
}
}
},
"produces": [
"application/json"
],
Related Content
- 2 years ago
- 2 years ago
- 8 years ago
- 2 years ago
Recent Discussions
- 20 hours ago
- 14 days ago