# \[#1290\] SimplyMeet API - Most endpoints return 500

**URL:** https://tech-support.simplybook.me/t/1290-simplymeet-api-most-endpoints-return-500/1290
**Category:** Bug Reports
**Tags:** migrated, redmine-1290
**Created:** [October 8, 2024, 12:02pm UTC](https://tech-support.simplybook.me/t/1290-simplymeet-api-most-endpoints-return-500/1290 "2024-10-08T12:02:29Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![system](https://tech-support.simplybook.me/uploads/default/original/1X/faedac32116409149d0a20d900b3047df01a4ad0.png) [@system](https://tech-support.simplybook.me/u/system)
#### Post date: [October 8, 2024, 12:02pm UTC](https://tech-support.simplybook.me/t/1290-simplymeet-api-most-endpoints-return-500/1290/1 "2024-10-08T12:02:29Z")

</div>

**Migrated from Redmine #1290** | _Author: David C_  
_Status: Feedback | Priority: High, I’m very impatient | Created: 2024-10-08_

* * *

I want to know if it is possible to edit an event location (link to meeting)

I am unable to update the event location

```

curl --location --request PUT 'https://secure.simplymeet.me/panel/api/event/e78e5777-3b0d-453e-9a46-f829f75451b8' \
--header 'X-API-KEY: ' \
--header 'Content-Type: application/json' \
--data '{
    "location": "https://example.com"
}'

    
    An Error Occurred: Method Not Allowed
    
        body {
            background-color: #fff;
            color: #222;
            font: 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            margin: 0;
        }

        .container {
            margin: 30px;
            max-width: 600px;
        }

        h1 {
            color: #dc3545;
            font-size: 24px;
        }

        h2 {
            font-size: 18px;
        }
    

    
```

First, I was trying out the example on the API docs:

```

curl -X POST https://secure.simplymeet.me/panel/api/event/cancel/e78e5777-3b0d-453e-9a46-f829f75451b8 \  
-H "Content-Type: application/json" \
-H "X-API-KEY: " \
-d '{
    "reason": "test"
}'

RESPONSE

    
        
        An Error Occurred: Method Not Allowed
        
            body { background-color: #fff; color: #222; font: 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; margin: 0; }
            .container { margin: 30px; max-width: 600px; }
            h1 { color: #dc3545; font-size: 24px; }
            h2 { font-size: 18px; }
        
</head>
<body>
    <div class="container">
        <h1>Oops! An Error Occurred</h1>
        <h2>The server returned a "405 Method Not Allowed".</h2>

        <p>
            Something is broken. Please let us know what you were doing when this error occurred.
            We will fix it as soon as possible. Sorry for any inconvenience caused.
        </p>
    </div>
</body>

```

Then I was trying to edit the event notes:

```

curl --location --request PUT 'https://secure.simplymeet.me/panel/api/event/notes/e78e5777-3b0d-453e-9a46-f829f75451b8' \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: ' \
--data '{
    "notes": "test"
}'

RESPONSE:

    
        
        An Error Occurred: Internal Server Error
        
            body { background-color: #fff; color: #222; font: 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; margin: 0; }
            .container { margin: 30px; max-width: 600px; }
            h1 { color: #dc3545; font-size: 24px; }
            h2 { font-size: 18px; }
        
</head>
<body>
    <div class="container">
        <h1>Oops! An Error Occurred</h1>
        <h2>The server returned a "500 Internal Server Error".</h2>

        <p>
            Something is broken. Please let us know what you were doing when this error occurred.
            We will fix it as soon as possible. Sorry for any inconvenience caused.
        </p>
    </div>
</body>

```

_PS: I removed my api key and replaced it with the text_

---

<div class="post-metadata">

### Author: ![system](https://tech-support.simplybook.me/uploads/default/original/1X/faedac32116409149d0a20d900b3047df01a4ad0.png) [@system](https://tech-support.simplybook.me/u/system)
#### Post date: [October 8, 2024, 3:07pm UTC](https://tech-support.simplybook.me/t/1290-simplymeet-api-most-endpoints-return-500/1290/2 "2024-10-08T15:07:20Z")

</div>

**Nicholas Alias** wrote:

please use event id (1624413) instead of uuid (e78e5777-3b0d-453e-9a46-f829f75451b8)

> **[Edit event notes - API documentation | SimplyMeet.me Online Scheduling](https://simplymeet.me/en/api/developer-api#method_put_/panel/api/event/notes/%7Bid%7D)**
>
> Explore | See a full list of SimplyMeet.me rich API options. We offer up to 50 different API functions.

---

<div class="post-metadata">

### Author: ![system](https://tech-support.simplybook.me/uploads/default/original/1X/faedac32116409149d0a20d900b3047df01a4ad0.png) [@system](https://tech-support.simplybook.me/u/system)
#### Post date: [October 8, 2024, 3:20pm UTC](https://tech-support.simplybook.me/t/1290-simplymeet-api-most-endpoints-return-500/1290/3 "2024-10-08T15:20:22Z")

</div>

**David C** wrote:

Nicholas Alias wrote:

> please use event id (1624413) instead of uuid (e78e5777-3b0d-453e-9a46-f829f75451b8)
> 
> [API documentation | SimplyMeet.me Online Scheduling](https://simplymeet.me/en/api/developer-api#method_put_/panel/api/event/notes/%7Bid%7D)

Ok but updating the event location throws a 500. Is that even possible?

---

<div class="post-metadata">

### Author: ![system](https://tech-support.simplybook.me/uploads/default/original/1X/faedac32116409149d0a20d900b3047df01a4ad0.png) [@system](https://tech-support.simplybook.me/u/system)
#### Post date: [October 21, 2024, 8:26am UTC](https://tech-support.simplybook.me/t/1290-simplymeet-api-most-endpoints-return-500/1290/4 "2024-10-21T08:26:35Z")

</div>

**David C** wrote:

Nicholas Alias wrote:

> please use event id (1624413) instead of uuid (e78e5777-3b0d-453e-9a46-f829f75451b8)
> 
> [API documentation | SimplyMeet.me Online Scheduling](https://simplymeet.me/en/api/developer-api#method_put_/panel/api/event/notes/%7Bid%7D)

David C wrote:

> Nicholas Alias wrote:
> 
> > please use event id (1624413) instead of uuid (e78e5777-3b0d-453e-9a46-f829f75451b8)
> > 
> > [API documentation | SimplyMeet.me Online Scheduling](https://simplymeet.me/en/api/developer-api#method_put_/panel/api/event/notes/%7Bid%7D)
> 
> Ok but updating the event location throws a 500. Is that even possible?

ping @Nicholas
