API Reference

POST announcements/Z

POST
announcements/Z

POST operation for announcements/Z

Authorization

ApiKeyAuth
Authorization<token>

API key authentication. Format: Your API key (no "Token" prefix needed)

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://dev-rest.onboard.io/announcements/Z" \  -H "Content-Type: application/json" \  -d '{    "title": "string",    "content": "string"  }'
{
  "id": 0,
  "title": "string",
  "content": "string",
  "created_at": "2019-08-24T14:15:22Z",
  "updated_at": "2019-08-24T14:15:22Z",
  "is_active": true,
  "announcement_type": "string",
  "announcement_type_id": 0,
  "announcement_link": "http://example.com",
  "onboarder_company_id": 0,
  "icon": "string",
  "created_by": "string"
}
Empty
Empty
Empty

How is this guide?