/
BI
bitrise
/
Bitrise API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 19h ago · Updated 3w ago
Details
Filter operations
activity
1
addons
5
android-keystore-file
5
app-setup
7
apple-api-credentials
4
application
16
build-artifact
4
build-certificate
6
build-request
2
builds
10
configuration
5
generic-project-file
6
google-service-credentials
3
groups
1
key-value-cache
4
organizations
7
outgoing-webhook
4
pipelines
5
provisioning-profile
6
secrets
12
get
List the application secrets (with no values)
post
Create a new app secret
get
Get a single app secret by name
put
Upsert an application secret
delete
Delete an application secret
patch
Update an existing app secret
get
Get the value of an (unprotected) application secrets
get
Get the secrets of an organization
post
Create a new organization secret
get
Get a single secret by name
delete
Delete a secret by name
patch
Update an existing secret
test-devices
1
user
3
webhook-delivery-item
3
secrets
Create a new app secret
Create a new app secret
post
/apps/{app-slug}/secrets
Path parameters
app-slug
string
required
app slug
Request body
object
required
expand_in_step_inputs
boolean
is_exposed_for_pull_requests
boolean
is_protected
boolean
name
string
required
value
string
required
Response
Created
ServiceDtoCreatedSecretNoValue
required
expand_in_step_inputs
boolean
id
string
is_exposed_for_pull_requests
boolean
is_protected
boolean
name
string
scope
string
Changes