From 7745c3fd47c0db9e2d368fe8346d443858cdf420 Mon Sep 17 00:00:00 2001 From: Sandra Rodgers <45321563+SandraRodgers@users.noreply.github.com> Date: Mon, 9 Oct 2023 13:36:55 -0500 Subject: [PATCH] Update README.md to remove json language identifier --- README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 12c82d4d..6f3d5edb 100644 --- a/README.md +++ b/README.md @@ -264,7 +264,7 @@ project = await deepgram.projects.get(PROJECT_ID) ### Get a Project Response -```json +``` { project_id: String, name: String, @@ -290,7 +290,7 @@ updateResponse = await deepgram.projects.update(project) ### Update a Project Response -```json +``` { message: String; } @@ -318,7 +318,7 @@ response = await deepgram.keys.list(PROJECT_ID) ### List Keys Response -```json +``` { api_keys: [ { @@ -351,7 +351,7 @@ response = await deepgram.keys.create(PROJECT_ID, COMMENT_FOR_KEY, SCOPES) ### Create API Key Response -```json +``` { api_key_id: string, key: string, @@ -404,7 +404,7 @@ response = await deepgram.members.list_members(PROJECT_ID) ### Get Members Response -```json +``` { members: [ { @@ -437,7 +437,7 @@ response = await deepgram.members.remove_member(PROJECT_ID, MEMBER_ID) ### Remove Member Response -```json +``` { message: string; } @@ -465,7 +465,7 @@ response = await deepgram.scopes.get_scope(PROJECT_ID, MEMBER_ID) ### Get Member Scopes Response -```json +``` { scopes: string[] } @@ -491,7 +491,7 @@ response = await deepgram.scopes.update_scope(PROJECT_ID, MEMBER_ID, 'member') ### Update Scope Response -```json +``` { message: string; } @@ -519,7 +519,7 @@ response = await deepgram.invitations.list_invitations(PROJECT_ID) ### List Invites Response -```json +``` { members: [ { @@ -552,7 +552,7 @@ response = await deepgram.invitations.send_invitation(PROJECT_ID, { ### Send Invite Response -```json +``` { message: string; } @@ -580,7 +580,7 @@ response = await deepgram.invitations.remove_invitation( ### Delete Invite Response -```json +``` { message: string; } @@ -604,7 +604,7 @@ response = await deepgram.invitations.leave_project(PROJECT_ID) ### Leave Project Response -```json +``` { message: string; } @@ -658,7 +658,7 @@ response = await deepgram.usage.list_requests(PROJECT_ID, { ### Get All Requests Response -```json +``` { page: Number, limit: Number, @@ -727,7 +727,7 @@ response = await deepgram.usage.get_request(PROJECT_ID, REQUEST_ID) ### Get Request Response -```json +``` { request_id: String; created: String; @@ -840,7 +840,7 @@ response = await deepgram.usage.get_usage(PROJECT_ID, { ### Get Usage Response -```json +``` { start: String, end: String, @@ -894,7 +894,7 @@ response = await deepgram.usage.get_fields(PROJECT_ID, { #### Get Fields Response -```json +``` { tags: String[], models: String[], @@ -927,7 +927,7 @@ response = await deepgram.billing.list_balance(PROJECT_ID) ### Get All Balances Response -```json +``` { balances: [ { @@ -959,7 +959,7 @@ const response = deepgram.billing.get_balance(PROJECT_ID, BALANCE_ID) ### Get Balance Response -```json +``` { balance: { balance_id: string;