Commit 227c0c11 authored by Giorgenes Gelatti's avatar Giorgenes Gelatti

Update package api docs and changelog

parent 6987bcc5
---
title: Adds created_at object to package api response
merge_request: 20816
author:
type: added
...@@ -31,13 +31,15 @@ Example response: ...@@ -31,13 +31,15 @@ Example response:
"id": 1, "id": 1,
"name": "com/mycompany/my-app", "name": "com/mycompany/my-app",
"version": "1.0-SNAPSHOT", "version": "1.0-SNAPSHOT",
"package_type": "maven" "package_type": "maven",
"created_at": "2019-11-27T03:37:38.711Z"
}, },
{ {
"id": 2, "id": 2,
"name": "@foo/bar", "name": "@foo/bar",
"version": "1.0.3", "version": "1.0.3",
"package_type": "npm" "package_type": "npm",
"created_at": "2019-11-27T03:37:38.711Z"
} }
] ]
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment