Skip to content

[BUG]: OpenAPI 400 status code. #116

@TheWizardofGauze

Description

@TheWizardofGauze

Link to faulty endpoint

https://helldivers-2.github.io/api/docs/openapi/swagger-ui.html

The name of your client/application

Bruhbot

Request information

curl -X 'GET'
'https://api.helldivers2.dev/api/v1/assignments'
-H 'accept: application/json'

Steps to reproduce

Select any endpoint, "Try it out" and "Execute".

What is expected?

Should receive a response with the requested data.

What is actually happening?

The OpenAPI is not set up with X-Super-Client or X-Super-Contact, and receives the response:

{
  "message": "The X-Super-Client and X-Super-Contact headers are required"
}

System Info

Windows 10, Firefox 132.0.2

Any additional comments?

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions