Travis CI API Docs

Build permissions

Document resources/build_permissions/overview not found.

Attributes

NameTypeDescription
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 VariableTypeDescription
organization.idIntegerValue uniquely identifying the organization.
Query ParameterTypeDescription
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 VariableTypeDescription
organization.idIntegerValue uniquely identifying the organization.
Accepted ParameterTypeDescription
build_permissions.user_idsUnknownDocumentation missing.
build_permissions.permissionUnknownDocumentation 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 VariableTypeDescription
providerUnknownDocumentation missing.
repository.idIntegerValue uniquely identifying the repository.
Query ParameterTypeDescription
include[String]List of attributes to eager load.
limitIntegerHow many build permissions to include in the response. Used for pagination.
offsetIntegerHow many build permissions to skip before the first entry in the response. Used for pagination.
GET
/repo/{provider}/{repository.slug}/build_permissions
Template VariableTypeDescription
providerUnknownDocumentation missing.
repository.slugStringSame as {repository.owner.name}/{repository.name}.
Query ParameterTypeDescription
include[String]List of attributes to eager load.
limitIntegerHow many build permissions to include in the response. Used for pagination.
offsetIntegerHow many build permissions to skip before the first entry in the response. Used for pagination.
GET
/repo/{repository.id}/build_permissions
Template VariableTypeDescription
repository.idIntegerValue uniquely identifying the repository.
Query ParameterTypeDescription
include[String]List of attributes to eager load.
limitIntegerHow many build permissions to include in the response. Used for pagination.
offsetIntegerHow 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 VariableTypeDescription
repository.slugStringSame as {repository.owner.name}/{repository.name}.
Query ParameterTypeDescription
include[String]List of attributes to eager load.
limitIntegerHow many build permissions to include in the response. Used for pagination.
offsetIntegerHow 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 VariableTypeDescription
providerUnknownDocumentation missing.
repository.idIntegerValue uniquely identifying the repository.
Accepted ParameterTypeDescription
build_permissions.user_idsUnknownDocumentation missing.
build_permissions.permissionUnknownDocumentation missing.
PATCH
/repo/{provider}/{repository.slug}/build_permissions
Template VariableTypeDescription
providerUnknownDocumentation missing.
repository.slugStringSame as {repository.owner.name}/{repository.name}.
Accepted ParameterTypeDescription
build_permissions.user_idsUnknownDocumentation missing.
build_permissions.permissionUnknownDocumentation missing.
PATCH
/repo/{repository.id}/build_permissions
Template VariableTypeDescription
repository.idIntegerValue uniquely identifying the repository.
Accepted ParameterTypeDescription
build_permissions.user_idsUnknownDocumentation missing.
build_permissions.permissionUnknownDocumentation missing.

Example:PATCH /repo/891/build_permissions

PATCH
/repo/{repository.slug}/build_permissions
Template VariableTypeDescription
repository.slugStringSame as {repository.owner.name}/{repository.name}.
Accepted ParameterTypeDescription
build_permissions.user_idsUnknownDocumentation missing.
build_permissions.permissionUnknownDocumentation missing.

Example:PATCH /repo/rails%2Frails/build_permissions