Build permissions
Document resources/build_permissions/overview
not found.
Attributes
Name | Type | Description |
---|---|---|
build_permissions | [Build_permission] | List of build_permissions. |
Actions
Find For Organization
Document resources/build_permissions/actions/find_for_organization
not found.
GET
/org/{organization.id}/build_permissions
Template Variable | Type | Description |
---|---|---|
organization.id | Integer | Value uniquely identifying the organization. |
Query Parameter | Type | Description |
---|---|---|
include | [String] | List of attributes to eager load. |
Example:GET /org/87/build_permissions
Update For Organization
Document resources/build_permissions/actions/update_for_organization
not found.
PATCH
/org/{organization.id}/build_permissions
Template Variable | Type | Description |
---|---|---|
organization.id | Integer | Value uniquely identifying the organization. |
Accepted Parameter | Type | Description |
---|---|---|
build_permissions.user_ids | Unknown | Documentation missing. |
build_permissions.permission | Unknown | Documentation missing. |
Example:PATCH /org/87/build_permissions
Find For Repo
Document resources/build_permissions/actions/find_for_repo
not found.
GET
/repo/{provider}/{repository.id}/build_permissions
Template Variable | Type | Description |
---|---|---|
provider | Unknown | Documentation missing. |
repository.id | Integer | Value uniquely identifying the repository. |
Query Parameter | Type | Description |
---|---|---|
include | [String] | List of attributes to eager load. |
limit | Integer | How many build permissions to include in the response. Used for pagination. |
offset | Integer | How many build permissions to skip before the first entry in the response. Used for pagination. |
GET
/repo/{provider}/{repository.slug}/build_permissions
Template Variable | Type | Description |
---|---|---|
provider | Unknown | Documentation missing. |
repository.slug | String | Same as {repository.owner.name}/{repository.name}. |
Query Parameter | Type | Description |
---|---|---|
include | [String] | List of attributes to eager load. |
limit | Integer | How many build permissions to include in the response. Used for pagination. |
offset | Integer | How many build permissions to skip before the first entry in the response. Used for pagination. |
GET
/repo/{repository.id}/build_permissions
Template Variable | Type | Description |
---|---|---|
repository.id | Integer | Value uniquely identifying the repository. |
Query Parameter | Type | Description |
---|---|---|
include | [String] | List of attributes to eager load. |
limit | Integer | How many build permissions to include in the response. Used for pagination. |
offset | Integer | How many build permissions to skip before the first entry in the response. Used for pagination. |
Example:GET /repo/891/build_permissions?limit=5
GET
/repo/{repository.slug}/build_permissions
Template Variable | Type | Description |
---|---|---|
repository.slug | String | Same as {repository.owner.name}/{repository.name}. |
Query Parameter | Type | Description |
---|---|---|
include | [String] | List of attributes to eager load. |
limit | Integer | How many build permissions to include in the response. Used for pagination. |
offset | Integer | How many build permissions to skip before the first entry in the response. Used for pagination. |
Example:GET /repo/rails%2Frails/build_permissions?limit=5
Update For Repo
Document resources/build_permissions/actions/update_for_repo
not found.
PATCH
/repo/{provider}/{repository.id}/build_permissions
Template Variable | Type | Description |
---|---|---|
provider | Unknown | Documentation missing. |
repository.id | Integer | Value uniquely identifying the repository. |
Accepted Parameter | Type | Description |
---|---|---|
build_permissions.user_ids | Unknown | Documentation missing. |
build_permissions.permission | Unknown | Documentation missing. |
PATCH
/repo/{provider}/{repository.slug}/build_permissions
Template Variable | Type | Description |
---|---|---|
provider | Unknown | Documentation missing. |
repository.slug | String | Same as {repository.owner.name}/{repository.name}. |
Accepted Parameter | Type | Description |
---|---|---|
build_permissions.user_ids | Unknown | Documentation missing. |
build_permissions.permission | Unknown | Documentation missing. |
PATCH
/repo/{repository.id}/build_permissions
Template Variable | Type | Description |
---|---|---|
repository.id | Integer | Value uniquely identifying the repository. |
Accepted Parameter | Type | Description |
---|---|---|
build_permissions.user_ids | Unknown | Documentation missing. |
build_permissions.permission | Unknown | Documentation missing. |
Example:PATCH /repo/891/build_permissions
PATCH
/repo/{repository.slug}/build_permissions
Template Variable | Type | Description |
---|---|---|
repository.slug | String | Same as {repository.owner.name}/{repository.name}. |
Accepted Parameter | Type | Description |
---|---|---|
build_permissions.user_ids | Unknown | Documentation missing. |
build_permissions.permission | Unknown | Documentation missing. |
Example:PATCH /repo/rails%2Frails/build_permissions