Skip to content

Commit

Permalink
Automated build docs: 2024-05-22 19:54:44
Browse files Browse the repository at this point in the history
  • Loading branch information
asana-push-openapi-spec[bot] committed May 22, 2024
1 parent ba07101 commit b8a52d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion defs/asana_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49103,7 +49103,8 @@ paths:
"last_success_at": null,
"last_failure_at": null,
"last_failure_content": null
}
},
"X-Hook-Secret": "b537207f20cbfa02357cf448134da559e8bd39d61597dcd5631b8012eae53e81"
}
```
tags:
Expand Down Expand Up @@ -49169,6 +49170,11 @@ paths:
properties:
data:
$ref: '#/components/schemas/WebhookResponse'
X-Hook-Secret:
type: string
description: >-
The secret to be used to verify future webhook event signatures.
example: b537207f20cbfa02357cf448134da559e8bd39d61597dcd5631b8012eae53e81
400:
$ref: '#/components/responses/BadRequest'
401:
Expand Down
3 changes: 2 additions & 1 deletion defs/asana_sdk_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50932,7 +50932,8 @@ paths:
"last_success_at": null,
"last_failure_at": null,
"last_failure_content": null
}
},
"X-Hook-Secret": "b537207f20cbfa02357cf448134da559e8bd39d61597dcd5631b8012eae53e81"
}
```
tags:
Expand Down

0 comments on commit b8a52d7

Please sign in to comment.