Code Annotations: How to set up a Custom Selector for HTTP? #7934
Unanswered
Valerie-ts
asked this question in
Q&A
Replies: 1 comment
-
As per the Code Blocks > Adding Annotations docs, it's currently not possible to add annotations to code blocks if their language doesn't have comments:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi all,
I'm using code annotations in my documentation (love it, has been working great so far), but now I have an http code block, where comments are not supported. I managed to add a custom selector for the json request body within my http block, but I'd also like to add an annotation to
Content-Length
and I'm stuck on how to set this up. Does anyone have any tips or solutions for me?This is my .yml file:
This is my http code block:
Beta Was this translation helpful? Give feedback.
All reactions