Uploaded by https://stackedit.io/
This commit is contained in:
@@ -61,8 +61,9 @@ _Stoplight's visual editior makes it really easy to debug reqeust/response. If l
|
||||
|
||||

|
||||
|
||||
8. Let's get rid of this validation error because we don't have control over the API implementation, we have to update our specification. Navigate to the `todos.oas2` file, and let's update the `Todo Full`, just delete the user property and hit save.
|
||||
9. Let's resend a request to `GET /todos` and inspect the results. This time `Sl-Valid` is `true`. Awesome, we now have a valid spec and API.
|
||||
8. Let's get rid of this validation error. We don't have control over the API implementation so we have to update our specification.
|
||||
9. Navigate to the `todos.oas2` file and update the `Todo Full`, just delete the user property and hit save.
|
||||
10. Let's resend a request to `GET /todos` and inspect the results. This time `Sl-Valid` is `true`. Awesome, we now have a valid spec and API.
|
||||
|
||||

|
||||
|
||||
@@ -98,5 +99,5 @@ You now have a fully functional prism contract server. We have created a public
|
||||
|
||||
For the more experienced Prism user, we have set up some advanced prism instances in the official Stoplight Next [Prism Project](https://next.stoplight.io/stoplight/prism).
|
||||
<!--stackedit_data:
|
||||
eyJoaXN0b3J5IjpbMTEyNTEzNTExNF19
|
||||
eyJoaXN0b3J5IjpbLTU2Mzk2OTE1Ml19
|
||||
-->
|
||||
Reference in New Issue
Block a user