Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ build(id: $buildId) {
changeIdInRepo
changeTimestamp
status
initializer {
id
username
}
}
task(id: $taskId) {
id
Expand Down Expand Up @@ -103,6 +107,10 @@ fragment AuditEventWebhookPayload on AuditEventType {
data
actor {
id
username
}
actorLocation {
ip
}
repository {
id
Expand Down