From 69cb39f2c5d4012abff23af5b0e1aba5f9f899df Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 25 Jul 2018 23:55:07 -0700 Subject: expand, not expend --- rust/fatcat-api/api/swagger.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'rust/fatcat-api/api/swagger.yaml') diff --git a/rust/fatcat-api/api/swagger.yaml b/rust/fatcat-api/api/swagger.yaml index a3e43170..15ebfa81 100644 --- a/rust/fatcat-api/api/swagger.yaml +++ b/rust/fatcat-api/api/swagger.yaml @@ -142,14 +142,14 @@ paths: type: "string" formatString: "\\\"{}\\\"" example: "\"id_example\".to_string()" - - name: "expend" + - name: "expand" in: "query" description: "List of sub-entities to expand in response. For now, only 'all'\ \ accepted." required: false type: "string" formatString: "{:?}" - example: "Some(\"expend_example\".to_string())" + example: "Some(\"expand_example\".to_string())" responses: 200: description: "Found Entity" @@ -437,14 +437,14 @@ paths: type: "string" formatString: "\\\"{}\\\"" example: "\"id_example\".to_string()" - - name: "expend" + - name: "expand" in: "query" description: "List of sub-entities to expand in response. For now, only 'all'\ \ accepted." required: false type: "string" formatString: "{:?}" - example: "Some(\"expend_example\".to_string())" + example: "Some(\"expand_example\".to_string())" responses: 200: description: "Found Entity" @@ -786,14 +786,14 @@ paths: type: "string" formatString: "\\\"{}\\\"" example: "\"id_example\".to_string()" - - name: "expend" + - name: "expand" in: "query" description: "List of sub-entities to expand in response. For now, only 'all'\ \ accepted." required: false type: "string" formatString: "{:?}" - example: "Some(\"expend_example\".to_string())" + example: "Some(\"expand_example\".to_string())" responses: 200: description: "Found Entity" @@ -1078,14 +1078,14 @@ paths: type: "string" formatString: "\\\"{}\\\"" example: "\"id_example\".to_string()" - - name: "expend" + - name: "expand" in: "query" description: "List of sub-entities to expand in response. For now, only 'all'\ \ accepted." required: false type: "string" formatString: "{:?}" - example: "Some(\"expend_example\".to_string())" + example: "Some(\"expand_example\".to_string())" responses: 200: description: "Found Entity" @@ -1424,14 +1424,14 @@ paths: type: "string" formatString: "\\\"{}\\\"" example: "\"id_example\".to_string()" - - name: "expend" + - name: "expand" in: "query" description: "List of sub-entities to expand in response. For now, only 'all'\ \ accepted." required: false type: "string" formatString: "{:?}" - example: "Some(\"expend_example\".to_string())" + example: "Some(\"expand_example\".to_string())" responses: 200: description: "Found Entity" -- cgit v1.2.3