UNPKG

@itentialopensource/adapter-bitbucket

Version:

This adapter integrates with system described as: bitbucket.

109 lines 3.38 kB
{ "actions": [ { "name": "getRepositoriesUsernameRepoSlugBranchRestrictions", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/repositories/{pathv1}/{pathv2}/branch-restrictions?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getRepositoriesUsernameRepoSlugBranchRestrictions-default.json" } ] }, { "name": "postRepositoriesUsernameRepoSlugBranchRestrictions", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/repositories/{pathv1}/{pathv2}/branch-restrictions?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postRepositoriesUsernameRepoSlugBranchRestrictions-default.json" } ] }, { "name": "deleteRepositoriesUsernameRepoSlugBranchRestrictionsId", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/repositories/{pathv1}/{pathv2}/branch-restrictions/{pathv3}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getRepositoriesUsernameRepoSlugBranchRestrictionsId", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/repositories/{pathv1}/{pathv2}/branch-restrictions/{pathv3}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getRepositoriesUsernameRepoSlugBranchRestrictionsId-default.json" } ] }, { "name": "putRepositoriesUsernameRepoSlugBranchRestrictionsId", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/repositories/{pathv1}/{pathv2}/branch-restrictions/{pathv3}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/putRepositoriesUsernameRepoSlugBranchRestrictionsId-default.json" } ] } ] }