diff --git a/docs/docs.go b/docs/docs.go index 4060b38..ecfa982 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -230,7 +230,7 @@ var SwaggerInfo = &swag.Spec{ BasePath: "/public-api/v1", Schemes: []string{}, Title: "StrafesNET Maps API", - Description: "Obtain an api key at https://dev.strafes.net\nRequires Data:Read permission", + Description: "Obtain an api key at https://dev.strafes.net\nRequires Maps:Read permission", InfoInstanceName: "swagger", SwaggerTemplate: docTemplate, LeftDelim: "{{", diff --git a/docs/swagger.json b/docs/swagger.json index 56fe4a8..3465447 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "description": "Obtain an api key at https://dev.strafes.net\nRequires Data:Read permission", + "description": "Obtain an api key at https://dev.strafes.net\nRequires Maps:Read permission", "title": "StrafesNET Maps API", "contact": {}, "version": "1.0" diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 4614140..ffc6d9c 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -64,7 +64,7 @@ info: contact: {} description: |- Obtain an api key at https://dev.strafes.net - Requires Data:Read permission + Requires Maps:Read permission title: StrafesNET Maps API version: "1.0" paths: