Skip to content

Update project notices

Request

Update notices operation will be added to queue. To get status of update notices use jobs/{jobId} API

Security
bearerAuth
Path
projectIdinteger, (int64), >= 1required

ID of the Project

Example:1
Query
overwriteAllboolean

If true, overwrite all notices text, else update only empty notices texts

Default:false
curl -i -X POST \
  'https://codeinsightapi.redocly.app/_mock/swagger/jobs/notices/1?overwriteAll=false' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Accepted