Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c28fb3ea
Commit
c28fb3ea
authored
Nov 02, 2020
by
Parker Mauney
Committed by
Achilleas Pipinellis
Apr 29, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix invalid JSON keys/values in API docs
Replace nil -> null and add missing quotes.
parent
5afc9890
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
doc/api/discussions.md
doc/api/discussions.md
+2
-2
doc/api/releases/index.md
doc/api/releases/index.md
+9
-9
No files found.
doc/api/discussions.md
View file @
c28fb3ea
...
...
@@ -757,7 +757,7 @@ Diff comments also contain position:
"notes"
:
[
{
"id"
:
1128
,
"type"
:
DiffNote
,
"type"
:
"DiffNote"
,
"body"
:
"diff comment"
,
"attachment"
:
null
,
"author"
:
{
...
...
@@ -1089,7 +1089,7 @@ Diff comments contain also position:
"notes"
:
[
{
"id"
:
1128
,
"type"
:
DiffNote
,
"type"
:
"DiffNote"
,
"body"
:
"diff comment"
,
"attachment"
:
null
,
"author"
:
{
...
...
doc/api/releases/index.md
View file @
c28fb3ea
...
...
@@ -144,9 +144,9 @@ Example response:
},
"evidences"
:[
{
sha
:
"760d6cdfb0879c3ffedec13af470e0f71cf52c6cde4d"
,
filepath
:
"https://gitlab.example.com/root/awesome-app/-/releases/v0.2/evidence.json"
,
collected_at
:
"2019-01-03T01:56:19.539Z"
"sha"
:
"760d6cdfb0879c3ffedec13af470e0f71cf52c6cde4d"
,
"filepath"
:
"https://gitlab.example.com/root/awesome-app/-/releases/v0.2/evidence.json"
,
"collected_at"
:
"2019-01-03T01:56:19.539Z"
}
]
},
...
...
@@ -208,9 +208,9 @@ Example response:
},
"evidences"
:[
{
sha
:
"c3ffedec13af470e760d6cdfb08790f71cf52c6cde4d"
,
filepath
:
"https://gitlab.example.com/root/awesome-app/-/releases/v0.1/evidence.json"
,
collected_at
:
"2019-01-03T01:55:18.203Z"
"sha"
:
"c3ffedec13af470e760d6cdfb08790f71cf52c6cde4d"
,
"filepath"
:
"https://gitlab.example.com/root/awesome-app/-/releases/v0.1/evidence.json"
,
"collected_at"
:
"2019-01-03T01:55:18.203Z"
}
]
}
...
...
@@ -340,9 +340,9 @@ Example response:
},
"evidences"
:[
{
sha
:
"760d6cdfb0879c3ffedec13af470e0f71cf52c6cde4d"
,
filepath
:
"https://gitlab.example.com/root/awesome-app/-/releases/v0.1/evidence.json"
,
collected_at
:
"2019-07-16T14:00:12.256Z"
"sha"
:
"760d6cdfb0879c3ffedec13af470e0f71cf52c6cde4d"
,
"filepath"
:
"https://gitlab.example.com/root/awesome-app/-/releases/v0.1/evidence.json"
,
"collected_at"
:
"2019-07-16T14:00:12.256Z"
}
]
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment