Skip to content

Commit

Permalink
fix (IC): Fixed two broken links to OpenAPI specification for Unique …
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskeidl committed Dec 3, 2024
1 parent 7f0718f commit afc0199
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Keep in mind that usage policies currently aren't technically enforced by the ED
##### Backend Data Service to Process Unique ID Push Notifications

The receiver must setup a backend data service that provides an HTTP Endpoint for notifications. All endpoints are described in detail in the Unique ID Push Open API specification. The standardized version of this API is [2.0.0](../../../../openApi/industrycore/unique-id-push.yaml). Version [2.1.0](../../../../openApi/industrycore/unique-id-push_2-1-0.yaml) is not (yet) standardized, but backwards compatible, and extends v2.0.0 with the Connect-to-Child feature.
The receiver must setup a backend data service that provides an HTTP Endpoint for notifications. All endpoints are described in detail in the Unique ID Push Open API specification. The standardized version of this API is [2.0.0](../openapi/unique-id-push.yaml). Version [2.1.0](../openapi/unique-id-push_2-1-0.yaml) is not (yet) standardized, but backwards compatible, and extends v2.0.0 with the Connect-to-Child feature.

#### Notification Sender

Expand Down
10 changes: 10 additions & 0 deletions docs-kits/kits/Industry Core Kit/page_changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ import Notice from './part_notice.mdx'

All notable changes to this Kit will be documented in this file.

## [2.0.0] - 2025-xx-xx

Compatible for **release 25.03**.

### Changed

- **Development View:**
- **Digital Twins:**
- Fixed two broken links to OpenAPI specification for Unique ID Push [[GH-1068](https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/issues/1068)].

## [1.1.0] - 2024-07-11

Compatible for **release 24.08**.
Expand Down

0 comments on commit afc0199

Please sign in to comment.