Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix (IC): Fixed two broken links to OpenAPI specification for Unique ID Push [GH-1068] #1104

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,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.2.0] - 2024-10-22

Compatible for **release 24.08**.
Expand Down
Loading