---
title: "Request the creation of a resource that is the notice file for the components outlined in the POST body"
method: POST
path: "/notices"
tags: ["notices"]
---

# Request the creation of a resource that is the notice file for the components outlined in the POST body

`POST /notices`

## Request body

- NoticeRequestJson — unresolved $ref

## Response `200`

Status request has been accepted.

- NoticeFile
  - `content` string
  - `summary` object
    - `total` number
    - `warnings` object
      - `noDefinition` string[]
      - `noLicense` string[]
      - `noCopyright` string[]

## Other responses

- `400` — Invalid notice request body.

## Changes

- **2019-09-09** `a6e3d3958ff2` — 1 breaking, 4 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the media type `application/json` to the request body
  - added the non-success response with the status `400`
  - added the optional property `content` to the response with the `200` status
  - …1 more
- **2019-01-20** `35ac6184dee5` — 1 info
  - endpoint added
- **2018-11-20** `33b379191539` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/clearlydefined/apis/clearlydefined-api/changes/notices/post.md)

---

[API](https://skmtc.dev/clearlydefined/apis/clearlydefined-api.md) · [All operations](https://skmtc.dev/clearlydefined/apis/clearlydefined-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clearlydefined/clearlydefined-api/revisions/313dd92b7d59/schema)
