Nik

Results 3 issues of Nik

There appears to be an issue with the conversion of ISO8601 durations to `humantime` format when month/year is set: - ❌`P0Y1M1DT5H5M6S` -> `1month 18h 31m 30s` - ✅`P0Y0M1DT5H5M6S` -> `1day...

# Addressed https://github.com/stoplightio/elements/issues/2734 # Changes If no request body is defined, the Content-Type header should not be included. # Screenshot # Elements Default PR Template In general, make sure you...

## Context This bug affects POST/PUT/PATCH endpoints that lack a request body. When a request is made, a `Content-Type: application/json` header is added, which can cause an error in the...