33013301 }
33023302 ]
33033303 },
3304+ {
3305+ "name" : " Organization Config" ,
3306+ "description" : " " ,
3307+ "item" : [
3308+ {
3309+ "name" : " Create organization config" ,
3310+ "request" : {
3311+ "url" : " {{api-url}}/v4/orgConfig" ,
3312+ "method" : " POST" ,
3313+ "header" : [
3314+ {
3315+ "key" : " Content-Type" ,
3316+ "value" : " application/json" ,
3317+ "description" : " "
3318+ },
3319+ {
3320+ "key" : " Authorization" ,
3321+ "value" : " Bearer {{jwt-token}}" ,
3322+ "description" : " "
3323+ }
3324+ ],
3325+ "body" : {
3326+ "mode" : " raw" ,
3327+ "raw" : " {\r\n \" param\" :{\r\n \" orgId\" : \" 20000013\" ,\r\n \" configName\" : \" project_catalog_url\" ,\r\n \" configValue\" : \" /projects/1\"\r\n }\r\n }"
3328+ },
3329+ "description" : " "
3330+ },
3331+ "response" : []
3332+ },
3333+ {
3334+ "name" : " List organization config" ,
3335+ "request" : {
3336+ "url" : " {{api-url}}/v4/orgConfig" ,
3337+ "method" : " GET" ,
3338+ "header" : [
3339+ {
3340+ "key" : " Content-Type" ,
3341+ "value" : " application/json" ,
3342+ "description" : " "
3343+ },
3344+ {
3345+ "key" : " Authorization" ,
3346+ "value" : " Bearer {{jwt-token}}" ,
3347+ "description" : " "
3348+ }
3349+ ],
3350+ "body" : {
3351+ "mode" : " raw" ,
3352+ "raw" : " "
3353+ },
3354+ "description" : " "
3355+ },
3356+ "response" : []
3357+ },
3358+ {
3359+ "name" : " List organization config - filter" ,
3360+ "request" : {
3361+ "url" : {
3362+ "raw" : " {{api-url}}/v4/orgConfig?filter=orgId=in(20000010,20000013,20000015)%26configName%3Dproject_catalog_url" ,
3363+ "host" : [
3364+ " {{api-url}}"
3365+ ],
3366+ "path" : [
3367+ " v4" ,
3368+ " orgConfig"
3369+ ],
3370+ "query" : [
3371+ {
3372+ "key" : " filter" ,
3373+ "value" : " orgId=in(20000010,20000013,20000015)%26configName%3Dproject_catalog_url" ,
3374+ "equals" : true ,
3375+ "description" : " "
3376+ }
3377+ ],
3378+ "variable" : []
3379+ },
3380+ "method" : " GET" ,
3381+ "header" : [
3382+ {
3383+ "key" : " Content-Type" ,
3384+ "value" : " application/json" ,
3385+ "description" : " "
3386+ },
3387+ {
3388+ "key" : " Authorization" ,
3389+ "value" : " Bearer {{jwt-token}}" ,
3390+ "description" : " "
3391+ }
3392+ ],
3393+ "body" : {
3394+ "mode" : " raw" ,
3395+ "raw" : " "
3396+ },
3397+ "description" : " "
3398+ },
3399+ "response" : []
3400+ },
3401+ {
3402+ "name" : " Get organization config" ,
3403+ "request" : {
3404+ "url" : " {{api-url}}/v4/orgConfig/1" ,
3405+ "method" : " GET" ,
3406+ "header" : [
3407+ {
3408+ "key" : " Content-Type" ,
3409+ "value" : " application/json" ,
3410+ "description" : " "
3411+ },
3412+ {
3413+ "key" : " Authorization" ,
3414+ "value" : " Bearer {{jwt-token}}" ,
3415+ "description" : " "
3416+ }
3417+ ],
3418+ "body" : {
3419+ "mode" : " raw" ,
3420+ "raw" : " "
3421+ },
3422+ "description" : " "
3423+ },
3424+ "response" : []
3425+ },
3426+ {
3427+ "name" : " Update organization config" ,
3428+ "request" : {
3429+ "url" : " {{api-url}}/v4/orgConfig/1" ,
3430+ "method" : " PATCH" ,
3431+ "header" : [
3432+ {
3433+ "key" : " Content-Type" ,
3434+ "value" : " application/json" ,
3435+ "description" : " "
3436+ },
3437+ {
3438+ "key" : " Authorization" ,
3439+ "value" : " Bearer {{jwt-token}}" ,
3440+ "description" : " "
3441+ }
3442+ ],
3443+ "body" : {
3444+ "mode" : " raw" ,
3445+ "raw" : " {\r\n \" param\" :{\r\n \" configName\" : \" project_catalog_url\"\r\n }\r\n }"
3446+ },
3447+ "description" : " "
3448+ },
3449+ "response" : []
3450+ },
3451+ {
3452+ "name" : " Delete organization config" ,
3453+ "request" : {
3454+ "url" : " {{api-url}}/v4/orgConfig/1" ,
3455+ "method" : " DELETE" ,
3456+ "header" : [
3457+ {
3458+ "key" : " Content-Type" ,
3459+ "value" : " application/json" ,
3460+ "description" : " "
3461+ },
3462+ {
3463+ "key" : " Authorization" ,
3464+ "value" : " Bearer {{jwt-token}}" ,
3465+ "description" : " "
3466+ }
3467+ ],
3468+ "body" : {
3469+ "mode" : " raw" ,
3470+ "raw" : " "
3471+ },
3472+ "description" : " "
3473+ },
3474+ "response" : []
3475+ }
3476+ ]
3477+ },
33043478 {
33053479 "name" : " Product Category" ,
33063480 "item" : [
50105184 ]
50115185 }
50125186 ]
5013- }
5187+ }
0 commit comments