Skip to content

Commit 20e1d8f

Browse files
authored
Merge pull request #207 from taleodor/2025-11-artifact-to-artefact
Change artifact to artefact across the spec
2 parents 504ec10 + aa7eba4 commit 20e1d8f

File tree

13 files changed

+1303
-74
lines changed

13 files changed

+1303
-74
lines changed

api-flow/publisher.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sequenceDiagram
1919
Vendor ->> tea_component: POST to /v1/component with the TEA PI and component version as the payload
2020
tea_component ->> Vendor: Component is created and a TEA Component ID is returned
2121
22-
Vendor ->> tea_collection: POST to /v1/collection with the TEA Component ID as the and the artifact as payload
22+
Vendor ->> tea_collection: POST to /v1/collection with the TEA Component ID and the artefact as payload
2323
tea_collection ->> Vendor: Collection is created with the collection ID returned
2424
2525
```
@@ -39,13 +39,13 @@ sequenceDiagram
3939
Vendor ->> tea_component: POST to /v1/component with the TEA PI and component version as the payload
4040
tea_component ->> Vendor: Component is created and a TEA Component ID is returned
4141
42-
Note over Vendor,TEA Component: Add an artifact (e.g. SBOM)
43-
Vendor ->> tea_collection: POST to /v1/collection with the TEA Component ID as the and the artifact as payload
42+
Note over Vendor,TEA Component: Add an artefact (e.g. SBOM)
43+
Vendor ->> tea_collection: POST to /v1/collection with the TEA Component ID and the artefact as payload
4444
tea_collection ->> Vendor: Collection is created with the collection ID returned
4545
4646
```
4747

48-
## Adding a new artifact
48+
## Adding a new artefact
4949

5050
```mermaid
5151
sequenceDiagram
@@ -58,6 +58,6 @@ sequenceDiagram
5858
Vendor ->> tea_component: GET to /v1/component with the TEA PI to get the latest version
5959
tea_component ->> Vendor: Component will be returned
6060
61-
Vendor ->> tea_collection: POST to /v1/collection with the TEA Component ID as the and the artifact as payload
61+
Vendor ->> tea_collection: POST to /v1/collection with the TEA Component ID and the artefact as payload
6262
tea_collection ->> Vendor: Collection is created with the collection ID returned
6363
```

archive/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This directory contains archived versions of the API specification and related documentation. These files are preserved for historical reference and should not be used for current development.
File renamed without changes.

0 commit comments

Comments
 (0)