From 5a8e703a368d599bfdef69949baf761ef3125488 Mon Sep 17 00:00:00 2001 From: Jose Quinteiro Date: Fri, 5 Oct 2018 12:04:24 -0700 Subject: [PATCH] Add back array definitions --- provider/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/provider/README.md b/provider/README.md index 1591e984..54ea8ce4 100644 --- a/provider/README.md +++ b/provider/README.md @@ -113,6 +113,8 @@ Endpoint: `/trips` Method: `GET` Response: See the [`trips` schema][trips-schema] for the expected format. +Data: `{ "trips": [] }`, an array of objects with the following structure + | Field | Type | Required/Optional | Comments | | ----- | -------- | ----------------- | ----- | | `provider_id` | UUID | Required | A UUID for the Provider, unique within MDS | @@ -218,6 +220,8 @@ Endpoint: `/status_changes` Method: `GET` Response: See the [`status_changes` schema][sc-schema] for the expected format. +Data: `{ "status_changes": [] }`, an array of objects with the following structure + | Field | Type | Required/Optional | Comments | | ----- | ---- | ----------------- | ----- | | `provider_id` | UUID | Required | A UUID for the Provider, unique within MDS |