/
RA
raygun
/
Raygun API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2w ago
Details
Filter operations
apm
5
applications
4
customers
2
deployments
10
get
List deployments for an application
post
Create deployment
get
Get the latest deployment
get
Get deployment by identifier
delete
Delete deployment
patch
Update deployment details
get
List error groups from the latest deployment
get
List error groups from a deployment
post
Create deployment with api key
post
Reprocess deployment commits
errors
10
flutter-symbols
5
invitations
4
metrics
3
pages
2
plans
1
sessions
2
source-maps
6
teams
2
deployments
Update deployment details
Update the details of a deployment
patch
/applications/{application-identifier}/deployments/{deployment-identifier}
Request body
object
required
version
string
ownerName
string
emailAddress
string
email
comment
string
scmIdentifier
string
scmType
'gitHub'
|
'gitLab'
|
'azureDevOps'
|
'bitbucket'
deployedAt
string
date-time
Response
OK
Deployment
required
identifier
string
required
applicationIdentifier
string
required
version
string
required
emailAddress
string
email
ownerName
string
comment
string
scmIdentifier
string
scmType
'gitHub'
|
'bitbucket'
|
'gitLab'
|
'azureDevOps'
deployedAt
string
date-time
applicationUrl
string
uri
Changes