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 |