Skip to main content
GET
/
api
/
v1
/
issues
/
config
Get issue creation config
curl --request GET \
  --url https://neo.api.projectdiscovery.io/api/v1/issues/config
{
  "config_text": "<string>",
  "default_config": {
    "config_text": "<string>",
    "project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "updated_at": "2023-11-07T05:31:56Z",
    "updated_by": "<string>"
  },
  "project_config": {
    "config_text": "<string>",
    "project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "updated_at": "2023-11-07T05:31:56Z",
    "updated_by": "<string>"
  },
  "updated_at": "2023-11-07T05:31:56Z",
  "updated_by": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.neo.projectdiscovery.io/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

project_id
string<uuid>

Include the project-specific config override for this project

Response

Issue config

config_text
string
required

Effective combined policy text. Includes default config first, then project config when present.

default_config
object
project_config
object
updated_at
string<date-time>

When the config was last updated

updated_by
string

Email of the user who last updated the config