PATCH
/
api
/
v1
/
official_gazettes
/
{id}
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "owner": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "fullName": "<string>",
    "logo": "<string>"
  },
  "documentDate": "2023-11-07T05:31:56Z",
  "documentNumber": 123,
  "subject": "<string>",
  "content": "<string>",
  "localCenter": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "alias": "<string>",
    "name": "<string>"
  },
  "type": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "name": "<string>"
  },
  "isPrivate": true,
  "media": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "size": 123,
    "entityId": 123,
    "contentUrl": "<string>",
    "type": "<string>",
    "mimeType": "<string>"
  }
}

Path Parameters

id
string
required

OfficialGazette identifier

Body

application/merge-patch+json

The updated OfficialGazette resource

owner
string<iri-reference> | null
Example:

"https://example.com/"

documentDate
string<date-time>
documentNumber
integer | null
subject
string
content
string | null
localCenter
string<iri-reference> | null
Example:

"https://example.com/"

type
object
isPrivate
boolean | null

Response

OfficialGazette resource updated

@context
@id
string
@type
string
id
integer
owner
object | null
documentDate
string<date-time>
documentNumber
integer | null
subject
string
content
string | null
localCenter
object | null
type
object
isPrivate
boolean | null
media
object | null