Skip to content

Updated API Query and Path descritions #2257

Updated API Query and Path descritions

Updated API Query and Path descritions #2257

Triggered via pull request July 24, 2026 21:31
Status Success
Total duration 34s
Artifacts

check.yml

on: pull_request
fern-check
31s
fern-check
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
fern-check
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
fern-check
Found 0 errors and 5 warnings in 0.000 seconds. Run fern check --warnings to print out the warnings not shown.
[api]:
Discriminated union "UpdateToolsResponse (update > tools > Response)" lists "#/components/schemas/GhlTool" in its oneOf/anyOf, but it is not present in the discriminator mapping. This variant will be omitted from the generated union, so payloads using it will fail to serialize or deserialize. Add it to the discriminator mapping to include it.
[api]:
Discriminated union "UpdateToolsRequestBody (update > tools > Request > Body)" lists "#/components/schemas/UpdateCodeToolDTO" in its oneOf/anyOf, but it is not present in the discriminator mapping. This variant will be omitted from the generated union, so payloads using it will fail to serialize or deserialize. Add it to the discriminator mapping to include it.
[api]:
Discriminated union "UpdateToolsRequest (update > tools > Request)" lists "#/components/schemas/UpdateCodeToolDTO" in its oneOf/anyOf, but it is not present in the discriminator mapping. This variant will be omitted from the generated union, so payloads using it will fail to serialize or deserialize. Add it to the discriminator mapping to include it.
[api]:
Discriminated union "DeleteToolsResponse (delete > tools > Response)" lists "#/components/schemas/GhlTool" in its oneOf/anyOf, but it is not present in the discriminator mapping. This variant will be omitted from the generated union, so payloads using it will fail to serialize or deserialize. Add it to the discriminator mapping to include it.
[api]:
Discriminated union "GetToolsResponse (get > tools > Response)" lists "#/components/schemas/GhlTool" in its oneOf/anyOf, but it is not present in the discriminator mapping. This variant will be omitted from the generated union, so payloads using it will fail to serialize or deserialize. Add it to the discriminator mapping to include it.
[api]:
Discriminated union "CreateToolsResponse (create > tools > Response)" lists "#/components/schemas/GhlTool" in its oneOf/anyOf, but it is not present in the discriminator mapping. This variant will be omitted from the generated union, so payloads using it will fail to serialize or deserialize. Add it to the discriminator mapping to include it.
[api]:
Discriminated union "CreateToolsRequest (create > tools > Request)" lists "#/components/schemas/CreateCodeToolDTO" in its oneOf/anyOf, but it is not present in the discriminator mapping. This variant will be omitted from the generated union, so payloads using it will fail to serialize or deserialize. Add it to the discriminator mapping to include it.
[api]:
Discriminated union "ListToolsResponseItem (list > tools > Response > Item)" lists "#/components/schemas/GhlTool" in its oneOf/anyOf, but it is not present in the discriminator mapping. This variant will be omitted from the generated union, so payloads using it will fail to serialize or deserialize. Add it to the discriminator mapping to include it.