57
57
schema :
58
58
$ref : ' #/components/schemas/AuthenticateResponseBody'
59
59
example :
60
- token : eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MTAwMDEsImxvZ2luIjoidGVzdCIsIm5hbWUiOiJ0ZXN0LXVzZXIiLCJzY29wZXMiOlsicmF0aW5nOnJlYWQiLCJyYXRpbmc6d3JpdGUiXX0.zFztueyvZLLCyx3RD7WpzzfVaTrybzxgS5a_pDsq5M8
60
+ accessToken : eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE1Nzc5NjY0MDAsImlhdCI6MTU3Nzg4MDAwMCwiaWQiOjExLCJpc3MiOiJUZWt0b24gSHViIiwibG9naW4iOiJmb28iLCJuYW1lIjoiZm9vIiwic2NvcGVzIjpbInJhdGluZzpyZWFkIiwicmF0aW5nOndyaXRlIiwiYWdlbnQ6Y3JlYXRlIl0sInR5cGUiOiJhY2Nlc3MtdG9rZW4ifQ.ESWCc5fi2B5bOzodAznnlKtDqtg-HeARnC3RN5hU8l0
61
+ refreshToken : eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE1Nzc4ODAzMDAsImlhdCI6MTU3Nzg4MDAwMCwiaWQiOjExLCJpc3MiOiJUZWt0b24gSHViIiwibG9naW4iOiJmb28iLCJuYW1lIjoiZm9vIiwic2NvcGVzIjpbInJlZnJlc2g6dG9rZW4iXSwidHlwZSI6InJlZnJlc2gtdG9rZW4ifQ.LRMeNIcg-M7GO44FGiZexpf7nMsGMTsE6Ykx9rt3y5I
61
62
" 400 " :
62
63
description : " "
63
64
content :
@@ -229,7 +230,7 @@ paths:
229
230
type : array
230
231
items :
231
232
type : string
232
- example : Ducimus ab natus autem .
233
+ example : Placeat et et .
233
234
description : Kinds of resource to filter by
234
235
example :
235
236
- task
@@ -245,7 +246,7 @@ paths:
245
246
type : array
246
247
items :
247
248
type : string
248
- example : Id porro placeat et et at itaque .
249
+ example : Itaque aperiam tempore animi iure eum et .
249
250
description : Tags associated with a resource to filter by
250
251
example :
251
252
- image
@@ -521,7 +522,7 @@ paths:
521
522
enum :
522
523
- task
523
524
- pipeline
524
- example : task
525
+ example : pipeline
525
526
- name : name
526
527
in : path
527
528
description : name of resource
@@ -685,8 +686,8 @@ paths:
685
686
schema :
686
687
type : integer
687
688
description : ID of a resource
688
- example : 5784126447885838359
689
- example : 11631482911919877445
689
+ example : 11620657542064230955
690
+ example : 11665674017405905075
690
691
responses :
691
692
" 200 " :
692
693
description : " "
@@ -769,8 +770,8 @@ paths:
769
770
schema :
770
771
type : integer
771
772
description : ID of a resource
772
- example : 8451480480088601963
773
- example : 10151677062152764094
773
+ example : 4869966896348576719
774
+ example : 6109420220413662287
774
775
requestBody :
775
776
required : true
776
777
content :
@@ -1198,7 +1199,7 @@ paths:
1198
1199
content :
1199
1200
application/json :
1200
1201
schema :
1201
- $ref : ' #/components/schemas/AuthenticateResponseBody '
1202
+ $ref : ' #/components/schemas/UpdateAgentResponseBody '
1202
1203
example :
1203
1204
token : Nobis est voluptatibus numquam rerum.
1204
1205
" 400 " :
@@ -1265,14 +1266,20 @@ components:
1265
1266
AuthenticateResponseBody :
1266
1267
type : object
1267
1268
properties :
1268
- token :
1269
+ accessToken :
1269
1270
type : string
1270
- description : JSON Web Token with user details
1271
- example : eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MTAwMDEsImxvZ2luIjoidGVzdCIsIm5hbWUiOiJ0ZXN0LXVzZXIiLCJzY29wZXMiOlsicmF0aW5nOnJlYWQiLCJyYXRpbmc6d3JpdGUiXX0.zFztueyvZLLCyx3RD7WpzzfVaTrybzxgS5a_pDsq5M8
1271
+ description : User Access JWT
1272
+ example : eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE1Nzc5NjY0MDAsImlhdCI6MTU3Nzg4MDAwMCwiaWQiOjExLCJpc3MiOiJUZWt0b24gSHViIiwibG9naW4iOiJmb28iLCJuYW1lIjoiZm9vIiwic2NvcGVzIjpbInJhdGluZzpyZWFkIiwicmF0aW5nOndyaXRlIiwiYWdlbnQ6Y3JlYXRlIl0sInR5cGUiOiJhY2Nlc3MtdG9rZW4ifQ.ESWCc5fi2B5bOzodAznnlKtDqtg-HeARnC3RN5hU8l0
1273
+ refreshToken :
1274
+ type : string
1275
+ description : User Refresh JWT
1276
+ example : eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE1Nzc4ODAzMDAsImlhdCI6MTU3Nzg4MDAwMCwiaWQiOjExLCJpc3MiOiJUZWt0b24gSHViIiwibG9naW4iOiJmb28iLCJuYW1lIjoiZm9vIiwic2NvcGVzIjpbInJlZnJlc2g6dG9rZW4iXSwidHlwZSI6InJlZnJlc2gtdG9rZW4ifQ.LRMeNIcg-M7GO44FGiZexpf7nMsGMTsE6Ykx9rt3y5I
1272
1277
example :
1273
- token : eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MTAwMDEsImxvZ2luIjoidGVzdCIsIm5hbWUiOiJ0ZXN0LXVzZXIiLCJzY29wZXMiOlsicmF0aW5nOnJlYWQiLCJyYXRpbmc6d3JpdGUiXX0.zFztueyvZLLCyx3RD7WpzzfVaTrybzxgS5a_pDsq5M8
1278
+ accessToken : eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE1Nzc5NjY0MDAsImlhdCI6MTU3Nzg4MDAwMCwiaWQiOjExLCJpc3MiOiJUZWt0b24gSHViIiwibG9naW4iOiJmb28iLCJuYW1lIjoiZm9vIiwic2NvcGVzIjpbInJhdGluZzpyZWFkIiwicmF0aW5nOndyaXRlIiwiYWdlbnQ6Y3JlYXRlIl0sInR5cGUiOiJhY2Nlc3MtdG9rZW4ifQ.ESWCc5fi2B5bOzodAznnlKtDqtg-HeARnC3RN5hU8l0
1279
+ refreshToken : eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE1Nzc4ODAzMDAsImlhdCI6MTU3Nzg4MDAwMCwiaWQiOjExLCJpc3MiOiJUZWt0b24gSHViIiwibG9naW4iOiJmb28iLCJuYW1lIjoiZm9vIiwic2NvcGVzIjpbInJlZnJlc2g6dG9rZW4iXSwidHlwZSI6InJlZnJlc2gtdG9rZW4ifQ.LRMeNIcg-M7GO44FGiZexpf7nMsGMTsE6Ykx9rt3y5I
1274
1280
required :
1275
- - token
1281
+ - accessToken
1282
+ - refreshToken
1276
1283
Catalog :
1277
1284
type : object
1278
1285
properties :
@@ -1418,14 +1425,14 @@ components:
1418
1425
id :
1419
1426
type : integer
1420
1427
description : id of the job
1421
- example : 2047971223909365425
1428
+ example : 1775143685620788290
1422
1429
status :
1423
1430
type : string
1424
1431
description : status of the job
1425
- example : Omnis qui aut .
1432
+ example : Dolorum sapiente .
1426
1433
example :
1427
- id : 11929803235502470516
1428
- status : Animi molestiae nam quas veniam optio accusamus .
1434
+ id : 8451480480088601963
1435
+ status : Vitae ducimus .
1429
1436
required :
1430
1437
- id
1431
1438
- status
@@ -1494,9 +1501,9 @@ components:
1494
1501
force :
1495
1502
type : boolean
1496
1503
description : Force Refresh the config file
1497
- example : false
1504
+ example : true
1498
1505
example :
1499
- force : true
1506
+ force : false
1500
1507
required :
1501
1508
- force
1502
1509
RefreshConfigResponseBody :
@@ -1505,9 +1512,9 @@ components:
1505
1512
checksum :
1506
1513
type : string
1507
1514
description : Config file checksum
1508
- example : Mollitia dolorem laudantium .
1515
+ example : Sint omnis consequatur .
1509
1516
example :
1510
- checksum : Amet suscipit fuga nam .
1517
+ checksum : Qui aut sed voluptas animi molestiae .
1511
1518
required :
1512
1519
- checksum
1513
1520
Resource :
@@ -1673,54 +1680,6 @@ components:
1673
1680
version : " 0.1"
1674
1681
- id : 2
1675
1682
version : " 0.2"
1676
- - catalog :
1677
- id : 1
1678
- type : community
1679
- id : 1
1680
- kind : task
1681
- latestVersion :
1682
- description : Buildah task builds source into a container image and then pushes it to a container registry.
1683
- displayName : Buildah
1684
- id : 1
1685
- minPipelinesVersion : 0.12.1
1686
- rawURL : https://raw.githubusercontent.com/tektoncd/catalog/master/task/buildah/0.1/buildah.yaml
1687
- updatedAt : 2020-01-01 12:00:00 +0000 UTC
1688
- version : " 0.1"
1689
- webURL : https://github.com/tektoncd/catalog/blob/master/task/buildah/0.1/buildah.yaml
1690
- name : buildah
1691
- rating : 4.3
1692
- tags :
1693
- - id : 1
1694
- name : image-build
1695
- versions :
1696
- - id : 1
1697
- version : " 0.1"
1698
- - id : 2
1699
- version : " 0.2"
1700
- - catalog :
1701
- id : 1
1702
- type : community
1703
- id : 1
1704
- kind : task
1705
- latestVersion :
1706
- description : Buildah task builds source into a container image and then pushes it to a container registry.
1707
- displayName : Buildah
1708
- id : 1
1709
- minPipelinesVersion : 0.12.1
1710
- rawURL : https://raw.githubusercontent.com/tektoncd/catalog/master/task/buildah/0.1/buildah.yaml
1711
- updatedAt : 2020-01-01 12:00:00 +0000 UTC
1712
- version : " 0.1"
1713
- webURL : https://github.com/tektoncd/catalog/blob/master/task/buildah/0.1/buildah.yaml
1714
- name : buildah
1715
- rating : 4.3
1716
- tags :
1717
- - id : 1
1718
- name : image-build
1719
- versions :
1720
- - id : 1
1721
- version : " 0.1"
1722
- - id : 2
1723
- version : " 0.2"
1724
1683
ResourceVersion :
1725
1684
type : object
1726
1685
properties :
@@ -1953,6 +1912,9 @@ components:
1953
1912
- error : unable to reach db
1954
1913
name : api
1955
1914
status : ok
1915
+ - error : unable to reach db
1916
+ name : api
1917
+ status : ok
1956
1918
Tag :
1957
1919
type : object
1958
1920
properties :
@@ -1995,17 +1957,28 @@ components:
1995
1957
required :
1996
1958
- name
1997
1959
- scopes
1960
+ UpdateAgentResponseBody :
1961
+ type : object
1962
+ properties :
1963
+ token :
1964
+ type : string
1965
+ description : Agent JWT
1966
+ example : Sequi officiis mollitia.
1967
+ example :
1968
+ token : Laudantium quidem amet suscipit fuga nam.
1969
+ required :
1970
+ - token
1998
1971
UpdateRequestBody :
1999
1972
type : object
2000
1973
properties :
2001
1974
rating :
2002
1975
type : integer
2003
1976
description : User rating for resource
2004
- example : 1
1977
+ example : 2
2005
1978
minimum : 0
2006
1979
maximum : 5
2007
1980
example :
2008
- rating : 0
1981
+ rating : 4
2009
1982
required :
2010
1983
- rating
2011
1984
Versions :
0 commit comments