From 7d1fb172375f6b42da9902ae6fda80984fa5ebc9 Mon Sep 17 00:00:00 2001 From: Alexander Guschin <1aguschin@gmail.com> Date: Wed, 12 Jul 2023 15:51:10 +0600 Subject: [PATCH] fix format of request description --- content/docs/studio/rest-api.md | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/content/docs/studio/rest-api.md b/content/docs/studio/rest-api.md index b133266394..9676f3f8dd 100644 --- a/content/docs/studio/rest-api.md +++ b/content/docs/studio/rest-api.md @@ -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 ' -``` +| 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