Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Huluti committed May 29, 2024
1 parent 0fb4c43 commit 90a7908
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 8 deletions.
4 changes: 4 additions & 0 deletions clients/urlr-javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [2.0.1] - 2024-05-29

- Documentation fixes

## [2.0.0] - 2024-05-29

- Updated URLR API version to 1.0
Expand Down
4 changes: 4 additions & 0 deletions clients/urlr-php/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [2.0.1] - 2024-05-29

- Documentation fixes

## [2.0.0] - 2024-05-29

- Updated URLR API version to 1.0
Expand Down
4 changes: 4 additions & 0 deletions clients/urlr-python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [2.0.1] - 2024-05-29

- Documentation fixes

## [2.0.0] - 2024-05-29

- Updated URLR API version to 1.0
Expand Down
2 changes: 1 addition & 1 deletion openapi-generator/config-javascript.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
npmName: urlr-js
npmVersion: 2.0.0
npmVersion: 2.0.1
gitHost: github.com
gitUserId: urlr
gitRepoId: urlr-javascript
Expand Down
2 changes: 1 addition & 1 deletion openapi-generator/config-php.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
packageName: URLR
composerPackageName: urlr/urlr-php
artifactVersion: 2.0.0
artifactVersion: 2.0.1
invokerPackage: URLR
variableNamingConvention: camelCase
developerOrganization: URLR
Expand Down
2 changes: 1 addition & 1 deletion openapi-generator/config-python.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
projectName: URLR
packageName: urlr
packageVersion: 2.0.0
packageVersion: 2.0.1
infoName: URLR
infoEmail: [email protected]
gitUserId: urlr
Expand Down
10 changes: 5 additions & 5 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ paths:
summary: 'Get an access token'
operationId: createAccessToken
requestBody:
description: 'Your credentials'
description: 'You can use this endpoint to get an access token to access the API.'
content:
application/json:
schema:
Expand Down Expand Up @@ -64,7 +64,7 @@ paths:
summary: 'Refresh an access token'
operationId: refreshAccessToken
requestBody:
description: 'Your credentials'
description: 'You can use this endpoint to refresh your access token without credentials.'
content:
application/json:
schema:
Expand Down Expand Up @@ -208,7 +208,7 @@ paths:
url: { description: 'Original URL', type: string }
team: { description: 'Team API ID', type: string, format: uuid }
folder_id: { description: 'Folder API ID', type: string, format: uuid }
domain_id: { description: Domain, type: string, example: urlr.me }
domain: { description: Domain, type: string, example: urlr.me }
code: { description: 'Short code', type: string, example: xxxxx }
label: { description: Label, type: string }
created_at: { description: 'Creation date', type: string, format: date-time }
Expand Down Expand Up @@ -281,11 +281,11 @@ paths:
type: string
format: uuid
from:
description: 'Get stats from this date'
description: 'Get statistics from this date'
type: string
format: date-time
to:
description: 'Get stats until this date'
description: 'Get statistics until this date'
type: string
format: date-time
include_bots:
Expand Down

0 comments on commit 90a7908

Please sign in to comment.