PUT
/
v2
/
browse
/
ad
/
{flxId}
/
_issue
curl --request PUT \
  --url https://api.f6o.co/v2/browse/ad/{flxId}/_issue \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "type": [
    "ISSUE_TYPE_UNKNOWN"
  ],
  "userId": [
    "<string>"
  ],
  "comments": [
    "<string>"
  ],
  "raisedAt": "2023-11-07T05:31:56Z",
  "hits": 123
}'
{
  "status": {
    "code": 123,
    "message": "<string>",
    "details": [
      {
        "@type": "<string>"
      }
    ]
  }
}

Authorizations

x-api-key
string
header
required

API Key used to be authentified to these APIs. Please contact Fluximmo to get one

Path Parameters

flxId
string
required

Body

application/json

Response

200
application/json
A successful response.

The response is of type object.