diff --git a/docs/ocs-api-swagger.json b/docs/ocs-api-swagger.json index 972d18c..30fd51c 100644 --- a/docs/ocs-api-swagger.json +++ b/docs/ocs-api-swagger.json @@ -2,7 +2,7 @@ "openapi": "3.0.1", "info": { "title": "Open Horizon Support for FDO", - "description": "[FDO](https://software.intel.com/en-us/secure-device-onboard) (FIDO Device Onboard) is a technology that is contributed by Intel to make it easy and secure to configure edge devices and associate them with an Open Horizon Management Hub instance. Open Horizon has added support for FDO-enabled devices so that the agent will be installed on the device and registered to the Open Horizon Management Hub with zero touch (by simply powering on the device).

Examples of using this API:

`curl -sS $HZN_FDO_SVC_URL/api/version && echo`
`curl -sS -w %{http_code} -u $HZN_EXCHANGE_USER_AUTH $HZN_FDO_SVC_URL/api/orgs/$HZN_ORG_ID/fdo/vouchers | jq`

Note: Some of these APIs can also be run via the `hzn` command.", + "description": "[FDO](https://fidoalliance.org/device-onboarding-overview/) (FIDO Device Onboard) is a technology that is contributed by Intel to make it easy and secure to configure edge devices and associate them with an Open Horizon Management Hub instance. Open Horizon has added support for FDO-enabled devices so that the agent will be installed on the device and registered to the Open Horizon Management Hub with zero touch (by simply powering on the device).

Examples of using this API:

`curl -sS $HZN_FDO_SVC_URL/api/version && echo`
`curl -sS -w %{http_code} -u $HZN_EXCHANGE_USER_AUTH $HZN_FDO_SVC_URL/api/orgs/$HZN_ORG_ID/fdo/vouchers | jq`

Note: Some of these APIs can also be run via the `hzn` command.", "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html"