Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Commit b773698

Browse files
author
joselfonseca
committed
update docs
1 parent 0eaec46 commit b773698

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/api/apiblueprint.apib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The API uses conventional HTTP response codes to indicate the success or failure
6565
- name: `Jose Fonseca`(string, required) - The name of the user
6666
- email: `[email protected]` (string, required) - The email of the user
6767
- password: `Password123**` (string, required) - The password of the user
68-
- password_confirmation: `123456789` (string, required) - The password confirmation of the user
68+
- password_confirmation: `Password123**` (string, required) - The password confirmation of the user
6969
## Error 404 (object)
7070
- message: `404 Not found` (string)
7171
- status_code: 404 (number) `status code number`

docs/api/blueprint/dataStructures/auth.apib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
- name: `Jose Fonseca`(string, required) - The name of the user
33
- email: `[email protected]` (string, required) - The email of the user
44
- password: `Password123**` (string, required) - The password of the user
5-
- password_confirmation: `123456789` (string, required) - The password confirmation of the user
5+
- password_confirmation: `Password123**` (string, required) - The password confirmation of the user

resources/views/apidocs.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"Jose Fonseca"</span></span>,
6666
"<span class="hljs-attribute">email</span>": <span class="hljs-value"><span class="hljs-string">"[email protected]"</span></span>,
6767
"<span class="hljs-attribute">password</span>": <span class="hljs-value"><span class="hljs-string">"Password123**"</span></span>,
68-
"<span class="hljs-attribute">password_confirmation</span>": <span class="hljs-value"><span class="hljs-string">"123456789"</span>
68+
"<span class="hljs-attribute">password_confirmation</span>": <span class="hljs-value"><span class="hljs-string">"Password123**"</span>
6969
</span>}</code></pre><div style="height: 1px;"></div><h5>Schema</h5><pre><code>{
7070
"<span class="hljs-attribute">$schema</span>": <span class="hljs-value"><span class="hljs-string">"http://json-schema.org/draft-04/schema#"</span></span>,
7171
"<span class="hljs-attribute">type</span>": <span class="hljs-value"><span class="hljs-string">"object"</span></span>,

0 commit comments

Comments
 (0)