elements icon indicating copy to clipboard operation
elements copied to clipboard

Build beautiful, interactive API Docs with embeddable React or Web Components, powered by OpenAPI and Markdown.

Results 313 elements issues
Sort by recently updated
recently updated
newest added

Hi Team, I found a bug: when I use `/**` symbols in path URL the `Invalid regular expression: /~1accounts~1**/: Nothing to repeat` error is thrown ![image](https://user-images.githubusercontent.com/32072831/193211894-52b2354f-626d-439b-94f3-516e3c06b649.png) [Here you can reproduce...

Allow copying anchor links through the icon ## Context When clicking on the icon that shows next to a heading we should copy the whole URL to the clipboard. See...

enhancement
hacktoberfest

Request Body objects have a `required` property (defaulting to `false`) that indicates whether a request body is allowed to be empty. As far as I can tell, the value of...

enhancement
triaged
hacktoberfest
portal

## Context When making an api request with method DELETE which has some body, the body is not sent. This seems to be intentional as per these lines: https://github.com/stoplightio/elements/blob/b20ba4422985ff35617171ec72103719fe3aa2b6/packages/elements-core/src/components/TryIt/build-request.ts#L66 ##...

enhancement
triaged
hacktoberfest

## User Story Description As an API user, I want to input my server URL, so I can try the API against the URL of my choice. --- Currently an...

enhancement
hacktoberfest

Hi Team, we have encountered an unexpected behaviour. In the example below, the parameter ‘limit’ doesn’t have a description property, but it is still rendered getting the value from the...

This is an intermittent issue but we are seeing it quite often now. Nutanix uses an embedded system to upload our APIs through Stoplight studio on nutanix.dev. Recently, when users...

Documentation needed for: https://app.zenhub.com/workspaces/-tequila-mockingbirds-61f945bb2ae66f0010ca5eca/issues/stoplightio/elements/2231

documentation

Dear colleagues, I'm trying to generate the example preview over OpenAPI 3.0.x specification and getting an error: >Example cannot be created for this schema >Error: Schema size exceeded The API...

t/bug
p/medium