Skip to content

Commit 2d65ce7

Browse files
committed
Swagger - Add copyright and license to displayed text and specify that the API does not have security.
1 parent f7ab2b9 commit 2d65ce7

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

Swagger/AlpacaDeviceAPI_v1.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.1.1
22

33
## This file is licensed under the MIT license, SPDX identifier: MIT
44

5-
## Copyright (c) <2023> <ASCOM Initiative, Peter Simpson, Bob Denny, Danial Van Noord>
5+
## Copyright (c) 2025 ASCOM Initiative, Peter Simpson, Bob Denny, Danial Van Noord
66

77
## Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
88
## associated documentation files (the "Software"), to deal in the Software without restriction,
@@ -22,6 +22,9 @@ openapi: 3.1.1
2222
info:
2323
title: ASCOM Alpaca Device API - Masterdocs Version
2424
version: v1
25+
license:
26+
name: MIT
27+
url: https://opensource.org/license/mit
2528
description: >
2629
The Alpaca API uses RESTful techniques and TCP/IP to enable ASCOM applications and devices to communicate across modern network environments.
2730
@@ -92,8 +95,12 @@ info:
9295
9396
The SetupDialog method has been omitted from the Alpaca Device API because it presents a user interface rather than returning data. Alpaca device configuration is covered in the "ASCOM Alpaca Management API" specification, which can be selected through the drop-down box at the head of this page.
9497
98+
## Copyright and License
9599
96-
100+
Copyright (c) 2025 ASCOM Initiative, Peter Simpson, Bob Denny, Danial Van Noord
101+
102+
# This API has no security
103+
security: []
97104
paths:
98105
'/{device_type}/{device_number}/action':
99106
put:

0 commit comments

Comments
 (0)