Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ownerGroupId to CreateRecordSet endpoint #45

Closed
britneywright opened this issue Mar 13, 2019 · 0 comments
Closed

Add ownerGroupId to CreateRecordSet endpoint #45

britneywright opened this issue Mar 13, 2019 · 0 comments
Labels
good first issue Good for newcomers

Comments

@britneywright
Copy link
Contributor

britneywright commented Mar 13, 2019

In support of the new shared zones feature coming to VinylDNS we need to add the optional ownerGroupId field to the RecordSet create method.

Example Request:

{
  "name": "foo",
  "type": "A",
  "ttl": 300,
  "records": [
    {
      "address": "10.10.10.10"
    }
  ],
  "zoneId": "2467dc05-68eb-4498-a9d5-78d24bb0893c",
  "ownerGroupId": "f42385e4-5675-38c0-b42f-64105e743bfe"
}

See api docs at https://www.vinyldns.io/api/create-recordset.html

Expected Changes

@britneywright britneywright added the good first issue Good for newcomers label Mar 13, 2019
@rebstar6 rebstar6 changed the title Add ownerGroupId to RecordSet create method Add ownerGroupId to RecordSet type Mar 18, 2019
@rebstar6 rebstar6 changed the title Add ownerGroupId to RecordSet type Add ownerGroupId to CreateRecordSet endpoint Mar 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants