File tree 2 files changed +3
-3
lines changed
src/InformaticsGateway/Services/Http
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ curl --location --request GET 'http://localhost:5000/config/source/USEAST'
345
345
346
346
---
347
347
348
- ## GET /config/source/getbyaetitle /{aeTitle}
348
+ ## GET /config/source/aetitle /{aeTitle}
349
349
350
350
Returns configurations for the specified calling (source) AET.
351
351
@@ -368,7 +368,7 @@ Response Content Type: JSON - [SourceApplicationEntity[]](xref:Monai.Deploy.Info
368
368
### Example Request
369
369
370
370
``` bash
371
- curl --location --request GET ' http://localhost:5000/config/source/getbyaetitle /USEAST'
371
+ curl --location --request GET ' http://localhost:5000/config/source/aetitle /USEAST'
372
372
```
373
373
374
374
### Example Response
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ public async Task<ActionResult<SourceApplicationEntity>> GetAeTitle(string name)
88
88
}
89
89
}
90
90
91
- [ HttpGet ( "/getbyaetitle /{aeTitle}" ) ]
91
+ [ HttpGet ( "/aetitle /{aeTitle}" ) ]
92
92
[ Produces ( "application/json" ) ]
93
93
[ ProducesResponseType ( StatusCodes . Status200OK ) ]
94
94
[ ProducesResponseType ( StatusCodes . Status404NotFound ) ]
You can’t perform that action at this time.
0 commit comments