diff --git a/src/data/endpoints/managed.yaml b/src/data/endpoints/managed.yaml index 25eac4be1..61a459f26 100644 --- a/src/data/endpoints/managed.yaml +++ b/src/data/endpoints/managed.yaml @@ -65,6 +65,7 @@ endpoints: curl -H "Authorization: Bearer $TOKEN" \ https://$api_root/$version/managed/contact/$contact_id PUT: + response: ManagedContact description: > Edits this contact. examples: @@ -79,7 +80,16 @@ endpoints: "secondary": "215-555-4001", "group": "Developers" }' \ - https://$api_root/$version/account/oauth-clients/$client_id + https://$api_root/$version/managed/contact/$contact_id + DELETE: + description: > + Deletes this contact. This action cannot be undone. + examples: + curl: | + curl -H "Authorization: Bearer $TOKEN" \ + -X DELETE \ + https://$api_root/$version/managed/contact/$contact_id + #/managed/history: # group: History # type: resource