Skip to main content
PATCH
Update Target

Authorizations

Authorization
string
header
required

API key generated from the MindFort dashboard. Pass as Authorization: Bearer <your-api-key>.

Path Parameters

target_id
string<uuid>
required

Target UUID

Body

application/json
name
string
Required string length: 1 - 255
description
string | null
Maximum string length: 4000
api_auth_instructions
string | null
Maximum string length: 10000

Response

Successful response

id
string<uuid>
required
name
string
required
target_type
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
description
string | null
web_domain
string | null
ip_address
string | null
last_assessment_time
string<date-time> | null
api_auth_instructions
string | null

Target-level API authentication validation instructions.

Maximum string length: 10000