{
  "config": {
    "oas": {
      "files": [
        "api/mod-locations.yaml"
      ]
    },
    "raml": {
      "files": []
    }
  },
  "endpoints": [
    {
      "apiDescription": "target/api/openapi/mod-locations.yaml",
      "interface": "location-storage 1.0",
      "methods": "delete:operation/deleteLocationCampuses get:operation/getLocationCampuses post:operation/createLocationCampus",
      "path": "/location-storage/campuses"
    },
    {
      "apiDescription": "target/api/openapi/mod-locations.yaml",
      "interface": "location-storage 1.0",
      "methods": "delete:operation/deleteLocationCampusById get:operation/getLocationCampusById put:operation/updateLocationCampusById",
      "path": "/location-storage/campuses/{id}"
    },
    {
      "apiDescription": "target/api/openapi/mod-locations.yaml",
      "interface": "location-storage 1.0",
      "methods": "delete:operation/deleteLocationInstitutions get:operation/getLocationInstitutions post:operation/createLocationInstitution",
      "path": "/location-storage/institutions"
    },
    {
      "apiDescription": "target/api/openapi/mod-locations.yaml",
      "interface": "location-storage 1.0",
      "methods": "delete:operation/deleteLocationInstitutionById get:operation/getLocationInstitutionById put:operation/updateLocationInstitutionById",
      "path": "/location-storage/institutions/{id}"
    },
    {
      "apiDescription": "target/api/openapi/mod-locations.yaml",
      "interface": "location-storage 1.0",
      "methods": "delete:operation/deleteLocationLibraries get:operation/getLocationLibraries post:operation/createLocationLibrary",
      "path": "/location-storage/libraries"
    },
    {
      "apiDescription": "target/api/openapi/mod-locations.yaml",
      "interface": "location-storage 1.0",
      "methods": "delete:operation/deleteLocationLibraryById get:operation/getLocationLibraryById put:operation/updateLocationLibraryById",
      "path": "/location-storage/libraries/{id}"
    },
    {
      "apiDescription": "target/api/openapi/mod-locations.yaml",
      "interface": "location-storage 1.0",
      "methods": "delete:operation/deleteLocations get:operation/getLocations post:operation/createLocation",
      "path": "/location-storage/locations"
    },
    {
      "apiDescription": "target/api/openapi/mod-locations.yaml",
      "interface": "location-storage 1.0",
      "methods": "delete:operation/deleteLocationById get:operation/getLocationById put:operation/updateLocationById",
      "path": "/location-storage/locations/{id}"
    },
    {
      "apiDescription": "target/api/openapi/mod-locations.yaml",
      "interface": "service-point-storage 1.0",
      "methods": "delete:operation/deleteServicePoints get:operation/getServicePoints post:operation/createServicePoint",
      "path": "/service-point-storage/service-points"
    },
    {
      "apiDescription": "target/api/openapi/mod-locations.yaml",
      "interface": "service-point-storage 1.0",
      "methods": "delete:operation/deleteServicePointsUsers get:operation/getServicePointsUsers post:operation/createServicePointsUser",
      "path": "/service-point-storage/service-points-users"
    },
    {
      "apiDescription": "target/api/openapi/mod-locations.yaml",
      "interface": "service-point-storage 1.0",
      "methods": "delete:operation/deleteServicePointsUserById get:operation/getServicePointsUserById put:operation/updateServicePointsUserById",
      "path": "/service-point-storage/service-points-users/{id}"
    },
    {
      "apiDescription": "target/api/openapi/mod-locations.yaml",
      "interface": "service-point-storage 1.0",
      "methods": "delete:operation/deleteServicePointById get:operation/getServicePointById put:operation/updateServicePointById",
      "path": "/service-point-storage/service-points/{id}"
    }
  ],
  "metadata": {
    "apiTypes": [
      "OAS"
    ],
    "generatedDate": "2026-05-21T13:38:20.910011+00:00",
    "generator": "api_doc.py 1.9",
    "repository": "mod-locations"
  }
}
