Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ortelius/ms-compitem-crud
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Taylor <steve@deployhub.com>
  • Loading branch information
sbtaylor15 committed Feb 17, 2025
2 parents c1fc8df + 0d22640 commit c2f9616
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 454 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,33 +17,33 @@ ortelius-ms-compitem-crud

## Path Table

| Method | Path | Description |
|--------|-----------------------------------------|-----------------|
| GET | [/health](#gethealth) | Health |
| GET | [/msapi/compitem](#getmsapicompitem) | Get Compitem |
| POST | [/msapi/compitem](#postmsapicompitem) | Create Compitem |
| Method | Path | Description |
| --- | --- | --- |
| GET | [/health](#gethealth) | Health |
| GET | [/msapi/compitem](#getmsapicompitem) | Get Compitem |
| POST | [/msapi/compitem](#postmsapicompitem) | Create Compitem |
| DELETE | [/msapi/compitem](#deletemsapicompitem) | Delete Compitem |
| PUT | [/msapi/compitem](#putmsapicompitem) | Update Compitem |
| PUT | [/msapi/compitem](#putmsapicompitem) | Update Compitem |

## Reference Table

| Name | Path | Description |
|---------------------|-----------------------------------------------------------------------------------|-------------|
| CompItemModel | [#/components/schemas/CompItemModel](#componentsschemascompitemmodel) | |
| HTTPValidationError | [#/components/schemas/HTTPValidationError](#componentsschemashttpvalidationerror) | |
| StatusMsg | [#/components/schemas/StatusMsg](#componentsschemasstatusmsg) | |
| ValidationError | [#/components/schemas/ValidationError](#componentsschemasvalidationerror) | |
| Name | Path | Description |
| --- | --- | --- |
| CompItemModel | [#/components/schemas/CompItemModel](#componentsschemascompitemmodel) | |
| HTTPValidationError | [#/components/schemas/HTTPValidationError](#componentsschemashttpvalidationerror) | |
| StatusMsg | [#/components/schemas/StatusMsg](#componentsschemasstatusmsg) | |
| ValidationError | [#/components/schemas/ValidationError](#componentsschemasvalidationerror) | |

## Path Details

***

### [GET]/health

- Summary
- Summary
Health

- Description
- Description
This health check end point used by Kubernetes

#### Responses
Expand All @@ -63,7 +63,7 @@ This health check end point used by Kubernetes

### [GET]/msapi/compitem

- Summary
- Summary
Get Compitem

#### Parameters(Query)
Expand Down Expand Up @@ -164,7 +164,7 @@ comptype?: Partial(string) & Partial(null)

### [POST]/msapi/compitem

- Summary
- Summary
Create Compitem

#### RequestBody
Expand Down Expand Up @@ -263,7 +263,7 @@ Create Compitem

### [DELETE]/msapi/compitem

- Summary
- Summary
Delete Compitem

#### Parameters(Query)
Expand Down Expand Up @@ -300,7 +300,7 @@ compid: integer

### [PUT]/msapi/compitem

- Summary
- Summary
Update Compitem

#### RequestBody
Expand Down
Loading

0 comments on commit c2f9616

Please sign in to comment.