Skip to content

Commit

Permalink
[MINOR]: Rename sample webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
amadolid committed Jan 7, 2025
1 parent 7565677 commit 445981a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions jac-cloud/jac_cloud/tests/openapi_specs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4172,9 +4172,9 @@ paths:
summary: Generate Key
tags:
- webhook
/webhook/walker/webhook:
/webhook/walker/sample_hook:
post:
operationId: api_root_webhook_walker_webhook_post
operationId: api_root_webhook_walker_sample_hook_post
responses:
'200':
content:
Expand All @@ -4183,16 +4183,16 @@ paths:
anyOf:
- $ref: '#/components/schemas/ContextResponse_NoneType_'
- {}
title: Response Api Root Webhook Walker Webhook Post
title: Response Api Root Webhook Walker Sample Hook Post
description: Successful Response
security:
- APIKeyHeader: []
summary: /webhook
summary: /sample_hook
tags:
- webhook-walker
/webhook/walker/webhook/{node}:
/webhook/walker/sample_hook/{node}:
post:
operationId: api_entry_webhook_walker_webhook__node__post
operationId: api_entry_webhook_walker_sample_hook__node__post
parameters:
- in: path
name: node
Expand All @@ -4210,7 +4210,7 @@ paths:
anyOf:
- $ref: '#/components/schemas/ContextResponse_NoneType_'
- {}
title: Response Api Entry Webhook Walker Webhook Node Post
title: Response Api Entry Webhook Walker Sample Hook Node Post
description: Successful Response
'422':
content:
Expand All @@ -4220,6 +4220,6 @@ paths:
description: Validation Error
security:
- APIKeyHeader: []
summary: /webhook/{node}
summary: /sample_hook/{node}
tags:
- webhook-walker
2 changes: 1 addition & 1 deletion jac-cloud/jac_cloud/tests/simple_graph.jac
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ walker delete_custom_object {
}
}

walker webhook {
walker sample_hook {
can enter1 with `root entry {
report here;
}
Expand Down

0 comments on commit 445981a

Please sign in to comment.