From c82c1bc2e35511300ca6486d1c2b8a1889643c55 Mon Sep 17 00:00:00 2001 From: Benson Shen Date: Fri, 22 Nov 2024 16:39:21 -0500 Subject: [PATCH] Update CODEOWNERS and README --- CODEOWNERS | 1 + README.md | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..7879804 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @BitGo/developer-experience diff --git a/README.md b/README.md index 40fa4f7..76c812d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ -# api-changelog -BitGo API Changelog +# BitGo API Changelog + +This repository contains the latest changes to the BitGo API reference published on the [Developer Portal](https://developers.bitgo.com/api/overview). + +You can view the entire OpenAPI 3.0 specification in [api.yaml](https://github.com/BitGo/api-changelog/blob/master/api.yaml). To view individual updates, see the [commits](https://github.com/BitGo/api-changelog/commits/master/api.yaml) history.