Skip to content

Commit 0f2ac01

Browse files
committed
TASK: Updating RAML types, Postman and OAS definition
1 parent d4e4e8a commit 0f2ac01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bruno/api/Project/Api-clients/ByProjectKeyApiClientsPost.bru

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ post {
1212

1313
body:json {
1414
{
15-
"name" : "api-client-name",
16-
"scope" : "view_products:{projectKey}",
15+
"name" : "admin-client",
16+
"scope" : "manage_project:{projectKey}",
1717
"accessTokenValiditySeconds" : 3600,
1818
"refreshTokenValiditySeconds" : 31536000
1919
}

0 commit comments

Comments
 (0)