Skip to content

Commit bb0baca

Browse files
committed
feat: change artifact to artefact across the spec
Signed-off-by: Pavel Shukhman <[email protected]>
1 parent 92fc8e3 commit bb0baca

File tree

15 files changed

+1382
-153
lines changed

15 files changed

+1382
-153
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 as the 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 as the 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 as the 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)