[Description]
Building off of this file
https://raw.githubusercontent.com/stakwork/sphinx-relay/73fb40d40eaa53b255b387c4fa01f2c262dde64b/docs/deep/openapi.yml
we want to add documentation for /contacts endpoint which calls contacts.getContacts
you should be able to go to
https://petstore.swagger.io/#/
and plug in the link with the updated .yml file and you should see the /contacts endpoint
[Complexity] (1,2,3,5,7)
1
[To Reproduce]
go to
https://petstore.swagger.io/#/
and put in this file https://raw.githubusercontent.com/stakwork/sphinx-relay/73fb40d40eaa53b255b387c4fa01f2c262dde64b/docs/deep/openapi.yml
and you should see what we currently have
we want to add a new endpoint for /contacts
[Acceptance Criteria]
Given We have the updated yml file
When we plug in your new yml file's location
Then it should display the /contacts endpoint with the correct inputs and outputs
[Dependecies/Parent Tasks]
still waiting on this PR to be merged which includes this yml file but you should be able to update it from what was included above
[Description]Building off of this file
https://raw.githubusercontent.com/stakwork/sphinx-relay/73fb40d40eaa53b255b387c4fa01f2c262dde64b/docs/deep/openapi.yml
we want to add documentation for
/contactsendpoint which callscontacts.getContactsyou should be able to go to
https://petstore.swagger.io/#/
and plug in the link with the updated
.ymlfile and you should see the/contactsendpoint[Complexity] (1,2,3,5,7)1
[To Reproduce]go to
https://petstore.swagger.io/#/
and put in this file https://raw.githubusercontent.com/stakwork/sphinx-relay/73fb40d40eaa53b255b387c4fa01f2c262dde64b/docs/deep/openapi.yml
and you should see what we currently have
we want to add a new endpoint for
/contacts[Acceptance Criteria]GivenWe have the updated yml fileWhenwe plug in your new yml file's locationThenit should display the/contactsendpoint with the correct inputs and outputs[Dependecies/Parent Tasks]still waiting on this PR to be merged which includes this yml file but you should be able to update it from what was included above