瀏覽代碼

rest-api-spec: fix master_timeout typo (#135167)

Quentin Pradet 2 周之前
父節點
當前提交
33fdf298e7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rest-api-spec/src/main/resources/rest-api-spec/api/streams.status.json

+ 1 - 1
rest-api-spec/src/main/resources/rest-api-spec/api/streams.status.json

@@ -23,7 +23,7 @@
       ]
     },
     "params": {
-      "mater_timeout": {
+      "master_timeout": {
         "type": "time",
         "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error."
       }