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
227c0c11
Commit
227c0c11
authored
Dec 11, 2019
by
Giorgenes Gelatti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update package api docs and changelog
parent
6987bcc5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
changelogs/unreleased/35527-add-created-at-to-package.yml
changelogs/unreleased/35527-add-created-at-to-package.yml
+5
-0
doc/api/packages.md
doc/api/packages.md
+4
-2
No files found.
changelogs/unreleased/35527-add-created-at-to-package.yml
0 → 100644
View file @
227c0c11
---
title
:
Adds created_at object to package api response
merge_request
:
20816
author
:
type
:
added
doc/api/packages.md
View file @
227c0c11
...
...
@@ -31,13 +31,15 @@ Example response:
"id"
:
1
,
"name"
:
"com/mycompany/my-app"
,
"version"
:
"1.0-SNAPSHOT"
,
"package_type"
:
"maven"
"package_type"
:
"maven"
,
"created_at"
:
"2019-11-27T03:37:38.711Z"
},
{
"id"
:
2
,
"name"
:
"@foo/bar"
,
"version"
:
"1.0.3"
,
"package_type"
:
"npm"
"package_type"
:
"npm"
,
"created_at"
:
"2019-11-27T03:37:38.711Z"
}
]
```
...
...
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