You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Due date for the side project. The value must be a valid date. The value must be a valid date in the format Ymd. The value must be a date after <code>today</code>.'
description: 'The value must be a valid email address.'
29
29
required: true
30
-
example: deon66@example.com
30
+
example: lemke.jillian@example.com
31
31
type: string
32
32
password:
33
33
name: password
34
34
description: ''
35
35
required: true
36
-
example: dolores
36
+
example: nemo
37
37
type: string
38
38
responses: []
39
39
responseFields: []
@@ -55,14 +55,14 @@ endpoints:
55
55
name: id
56
56
description: 'The ID of the user.'
57
57
required: true
58
-
example: 11
58
+
example: 8
59
59
type: integer
60
60
queryParameters: []
61
61
bodyParameters: []
62
62
responses:
63
63
-
64
64
status: 200
65
-
content: '{"data":{"id":6,"name":"Ron Legros","email":"annette69@example.org","side_projects":[{"id":10,"name":"est quam magnam","description":"Sed harum voluptatibus et ut.","url":null,"due_at":"20290415","created_at":"2021-05-30T00:27:50.000000Z","updated_at":"2021-05-30T00:27:50.000000Z","user_id":"6"}]}}'
65
+
content: '{"data":{"id":6,"name":"Alvina Krajcik","email":"rhoda22@example.net","side_projects":[{"id":10,"name":"labore neque necessitatibus","description":"Et omnis occaecati aut ab porro est qui harum.","url":null,"due_at":"20250126","created_at":"2021-05-30T00:34:17.000000Z","updated_at":"2021-05-30T00:34:17.000000Z","user_id":"6"}]}}'
description: 'Due date for the side project. The value must be a valid date. The value must be a valid date in the format Ymd. The value must be a date after <code>today</code>.'
description: 'The value must be a valid email address.'
27
27
required: true
28
-
example: deon66@example.com
28
+
example: lemke.jillian@example.com
29
29
type: string
30
30
password:
31
31
name: password
32
32
description: ''
33
33
required: true
34
-
example: dolores
34
+
example: nemo
35
35
type: string
36
36
responses: []
37
37
responseFields: []
@@ -53,14 +53,14 @@ endpoints:
53
53
name: id
54
54
description: 'The ID of the user.'
55
55
required: true
56
-
example: 11
56
+
example: 8
57
57
type: integer
58
58
queryParameters: []
59
59
bodyParameters: []
60
60
responses:
61
61
-
62
62
status: 200
63
-
content: '{"data":{"id":6,"name":"Ron Legros","email":"annette69@example.org","side_projects":[{"id":10,"name":"est quam magnam","description":"Sed harum voluptatibus et ut.","url":null,"due_at":"20290415","created_at":"2021-05-30T00:27:50.000000Z","updated_at":"2021-05-30T00:27:50.000000Z","user_id":"6"}]}}'
63
+
content: '{"data":{"id":6,"name":"Alvina Krajcik","email":"rhoda22@example.net","side_projects":[{"id":10,"name":"labore neque necessitatibus","description":"Et omnis occaecati aut ab porro est qui harum.","url":null,"due_at":"20250126","created_at":"2021-05-30T00:34:17.000000Z","updated_at":"2021-05-30T00:34:17.000000Z","user_id":"6"}]}}'
Copy file name to clipboardExpand all lines: .scribe/index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ This documentation aims to provide all the information you need to work with our
7
7
<asideclass="success">Example of aside with class=success.</aside>
8
8
<asideclass="warning">Example of aside with class=warning.</aside>
9
9
10
+
This is an unfinished API (get it?), but hopefully it should be enough to convince you to try Scribe out.😉
11
+
10
12
<aside>As you scroll, you'll see code examples for working with the API in different programming languages in the dark area to the right (or as part of the content on mobile).
11
13
You can switch the language used with the tabs at the top right (or from the nav menu at the top left on mobile).</aside>
0 commit comments