Skip to main content
POST
/
searches
/
objectives
post-search-objectives
curl --request POST \
  --url https://api.example.com/searches/objectives

post-search-objectives

No description available.

Request Body

Required
{
  "$ref": "#/components/schemas/CreateSearchObjectivesDto"
}

Response

201

No description available.

Example Request

POST /searches/objectives
{}```