|
meta {
|
|
name: POST target select - unknown target
|
|
type: http
|
|
seq: 13
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/game/players/{{playerId}}/target/select
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
headers {
|
|
content-type: application/json
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"schemaVersion": 1,
|
|
"targetId": "not_in_registry"
|
|
}
|
|
}
|