Skip to content

Commit

Permalink
fix format of request description
Browse files Browse the repository at this point in the history
  • Loading branch information
aguschin committed Jul 12, 2023
1 parent 0c7c289 commit 7d1fb17
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions content/docs/studio/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,15 @@ HTTP Method: GET
### Request
```yaml
params:
repo:
desc: Git repo URL
type: string
required: true
name:
desc: Model name
type: string
required: true
version:
desc: Model version
type: string
required: true
headers:
Authorization: 'token <TOKEN>'
```
| param | desc | type | example value |
| ------- | ------------- | ------ | ---------------------------------- |
| repo | Git repo URL | string | iterative/demo-bank-customer-churn |
| name | Model name | string | randomforest-model |
| version | Model version | string | v2.0.0 |
| header | desc | example value |
| ------------- | --------------- | ------------- |
| Authorization | Header for auth | token abc123 |
### Response
Expand Down

0 comments on commit 7d1fb17

Please sign in to comment.