Skip to content

Commit 90eb5a9

Browse files
committed
Added a note on how to handle auth def declared for an OpenAPI function
Signed-off-by: Charles d'Avernas <[email protected]>
1 parent 1c92eca commit 90eb5a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

specification.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3312,6 +3312,8 @@ functions:
33123312
operation: https://secure.resources.com/myapi.json#holaMundo
33133313
```
33143314

3315+
It's worth noting that if an [auth definition](#Auth-Definition) has been defined for an OpenAPI function which's resource declare an authentication mechanism, the later should be used instead, thus ignoring entirely the [auth definition](#Auth-Definition).
3316+
33153317
##### Event Definition
33163318

33173319
| Parameter | Description | Type | Required |

0 commit comments

Comments
 (0)