get: tags: - public - points - get summary: Get full information about Point operationId: getPublicPointsById parameters: - $ref: '../parameters/PointId.yaml' responses: 200: description: Full Point information content: application/json: schema: allOf: - $ref: '../schemas/SuccessFlag.yaml' - type: object properties: data: $ref: '../schemas/PointPublic.yaml' 400: $ref: '../responses/BadRequest.yaml' 403: $ref: '../responses/AccessDenied.yaml' 404: $ref: '../responses/NotFound.yaml' 5XX: $ref: '../responses/ServerError.yaml'