stephb9959
2023-09-18 10:14:42 -07:00
parent 4c9dbd76e1
commit 9068eb32b7
2 changed files with 2 additions and 1 deletions

View File

@@ -94,7 +94,7 @@ paths:
404:
$ref: '#/components/responses/NotFound'
/openroaming/globalreach/account/{id}:
/openroaming/orion/account/{id}:
get:
tags:
- OpenRoaming-Google Orion

View File

@@ -16,6 +16,7 @@ namespace OpenWifi {
std::vector<std::string>{Poco::Net::HTTPRequest::HTTP_GET,
Poco::Net::HTTPRequest::HTTP_DELETE,
Poco::Net::HTTPRequest::HTTP_POST,
Poco::Net::HTTPRequest::HTTP_PUT,
Poco::Net::HTTPRequest::HTTP_OPTIONS},
Server, TransactionId, Internal) {}
static auto PathName() { return std::list<std::string>{"/api/v1/openroaming/orion/account/{id}"}; };