Skip to content
Snippets Groups Projects
Commit 895824bd authored by Petar Hristov's avatar Petar Hristov :speech_balloon:
Browse files

Fixed Token API text (coscine/issues#1926)

parent 28529ad1
No related branches found
No related tags found
2 merge requests!17New: Get Project by Slug,!16Update: Token and Project API refactoring
...@@ -122,13 +122,13 @@ export interface CreatedApiTokenObjectAllOf { ...@@ -122,13 +122,13 @@ export interface CreatedApiTokenObjectAllOf {
token?: string | null; token?: string | null;
} }
/** /**
* Retuned upon creation of a new token. Contains the minimum and maximum token validity in days from today. * Contains the minimum and maximum token validity in days from today.
* @export * @export
* @interface TokenValidityObject * @interface TokenValidityObject
*/ */
export interface TokenValidityObject { export interface TokenValidityObject {
/** /**
* Object holding the specified token minumum and maximum validity in days. * Object holding the specified token minumum and maximum validity in days from today.
* @type {number} * @type {number}
* @memberof TokenValidityObject * @memberof TokenValidityObject
*/ */
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment