PATCH
/
api
/
v1
/
events_publish
/
{uuid}
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "uuid": "<string>",
  "name": "<string>",
  "location": "<string>",
  "description": "<string>",
  "logo": "<string>",
  "owner": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "firstName": "<string>",
    "lastName": "<string>",
    "fullName": "<string>",
    "timezone": "<string>",
    "logo": "<string>"
  },
  "type": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "name": "<string>",
    "color": "<string>",
    "icon": "<string>",
    "createIsGrantedRole": "ROLE_USER"
  },
  "unit": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "name": "<string>"
  },
  "dateCreated": "2023-11-07T05:31:56Z",
  "tags": "<any>",
  "goal": "<string>",
  "target": "<string>",
  "activities": "<string>",
  "advertising": "<string>",
  "budget": "<string>",
  "partners": "<string>",
  "numberOfParticipants": 123,
  "isGeneralMeeting": true,
  "isGeneralMeetingEx": true,
  "isGeneralMeetingElection": true,
  "isTraining": true,
  "eventMedia": [
    {
      "@context": "<string>",
      "@id": "<string>",
      "@type": "<string>",
      "id": 123,
      "media": {
        "@context": "<string>",
        "@id": "<string>",
        "@type": "<string>",
        "id": 123,
        "size": 123,
        "entityId": 123,
        "contentUrl": "<string>",
        "type": "<string>"
      }
    }
  ],
  "isAttendable": true,
  "logoFromAlbum": "<string>",
  "dateTimeBegin": "2023-11-07T05:31:56Z",
  "dateTimeEnd": "2023-11-07T05:31:56Z",
  "isAnnualReport": true,
  "product": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "uuid": "<string>",
    "id": 123,
    "name": "<string>",
    "nameEn": "<string>",
    "productPrices": [
      {
        "@context": "<string>",
        "@id": "<string>",
        "@type": "<string>",
        "id": 123,
        "currency": "<string>",
        "price": 123,
        "name": "<string>",
        "isSubscription": true,
        "isRestricted": "<string>",
        "fullDescription": "<string>",
        "displayNameOnPaymentPage": true,
        "isLifetime": true
      }
    ],
    "description": "<string>",
    "descriptionEn": "<string>",
    "logo": "<string>",
    "isFee": true,
    "isDonation": true,
    "settings": {
      "tenantLogo": true,
      "showTitle": true,
      "colorSelection": null,
      "colorButton": null,
      "disableSubscribe": false,
      "commentSection": true,
      "newestAndTopDonationSection": true,
      "requireFullAddress": false,
      "disableRegister": false,
      "lightThemeOnly": false,
      "isThankYouSingular": false
    },
    "descriptionInternal": "<string>",
    "event": {},
    "productOptions": [
      {
        "@context": "<string>",
        "@id": "<string>",
        "@type": "<string>",
        "id": 123,
        "name": "<string>",
        "isArchived": true
      }
    ],
    "type": "<string>",
    "displayOnProfile": true,
    "productPriceVariations": [
      "https://example.com/"
    ],
    "metaGraphImage": "<string>",
    "heroVideoUrl": "<string>",
    "thankYouMessage": "<string>",
    "descriptionDe": "<string>"
  },
  "meet": "<string>",
  "isOnline": true,
  "settings": {
    "tenantLogo": true,
    "showTitle": true,
    "colorSelection": null,
    "colorButton": null,
    "disableSubscribe": false,
    "disableRegister": true,
    "lightThemeOnly": false,
    "isThankYouSingular": false,
    "fieldName": true,
    "fieldEmail": true,
    "fieldPhone": false,
    "fieldOrganisation": false,
    "fieldRole": false,
    "fieldTown": false,
    "fieldLinkedin": false,
    "fieldX": false,
    "fieldInstagram": false
  },
  "hasVoting": true,
  "sdg": [
    "<string>"
  ],
  "isPublic": true,
  "hasEventTicketing": true,
  "timezone": "<string>",
  "isPast": true,
  "status": "draft",
  "newsletterEnabled": true,
  "placesApiId": "<string>",
  "slugGo": "<string>",
  "placeLatitude": 123,
  "placeLongitude": 123
}

Path Parameters

uuid
string
required

Event identifier

Body

application/merge-patch+json

The updated Event resource

name
string
location
string | null
description
string | null
type
object | null
unit
string<iri-reference> | null
Example:

"https://example.com/"

tags
any
goal
string | null
target
string | null
activities
string | null
advertising
string | null
budget
string | null
partners
string | null
numberOfParticipants
integer | null
isGeneralMeeting
boolean | null
isGeneralMeetingEx
boolean | null
isGeneralMeetingElection
boolean | null
isTraining
boolean | null
isAttendable
boolean | null
dateTimeBegin
string<date-time> | null
dateTimeEnd
string<date-time> | null
isAnnualReport
boolean | null
product
string<iri-reference> | null
Example:

"https://example.com/"

meet
string | null
settings
string[] | null
Example:
{
"tenantLogo": true,
"showTitle": true,
"colorSelection": null,
"colorButton": null,
"disableSubscribe": false,
"disableRegister": true,
"lightThemeOnly": false,
"isThankYouSingular": false,
"fieldName": true,
"fieldEmail": true,
"fieldPhone": false,
"fieldOrganisation": false,
"fieldRole": false,
"fieldTown": false,
"fieldLinkedin": false,
"fieldX": false,
"fieldInstagram": false
}
hasVoting
boolean | null
sdg
string[] | null
isPublic
boolean | null
hasEventTicketing
boolean | null
timezone
string | null
status
string | null
default:draft
Example:

"draft"

newsletterEnabled
boolean | null
placesApiId
string | null
placeLatitude
number | null
placeLongitude
number | null

Response

Event resource updated

@context
@id
string
@type
string
id
integer
uuid
string | null
name
string
location
string | null
description
string | null
owner
object | null
type
object | null
unit
object | null
dateCreated
string<date-time>
tags
any
goal
string | null
target
string | null
activities
string | null
advertising
string | null
budget
string | null
partners
string | null
numberOfParticipants
integer | null
isGeneralMeeting
boolean | null
isGeneralMeetingEx
boolean | null
isGeneralMeetingElection
boolean | null
isTraining
boolean | null
eventMedia
object[]
isAttendable
boolean | null
logoFromAlbum
string | null
dateTimeBegin
string<date-time> | null
dateTimeEnd
string<date-time> | null
isAnnualReport
boolean | null
product
object | null
meet
string | null
isOnline
boolean
settings
string[] | null
Example:
{
"tenantLogo": true,
"showTitle": true,
"colorSelection": null,
"colorButton": null,
"disableSubscribe": false,
"disableRegister": true,
"lightThemeOnly": false,
"isThankYouSingular": false,
"fieldName": true,
"fieldEmail": true,
"fieldPhone": false,
"fieldOrganisation": false,
"fieldRole": false,
"fieldTown": false,
"fieldLinkedin": false,
"fieldX": false,
"fieldInstagram": false
}
hasVoting
boolean | null
sdg
string[] | null
isPublic
boolean | null
hasEventTicketing
boolean | null
timezone
string | null
isPast
boolean
status
string | null
default:draft
Example:

"draft"

newsletterEnabled
boolean | null
placesApiId
string | null
slugGo
string | null
placeLatitude
number | null
placeLongitude
number | null