You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Speakers can currently only updated, not created or deleted, as a speaker refers to a user object, and users can only be deleted by administrators. Organisers will see additional fields in the API, in line with the response to the update actions.",
81
+
"description": "Speakers can currently only updated, not created or deleted, as a speaker refers to a user object, and users can only be deleted by administrators. organizers will see additional fields in the API, in line with the response to the update actions.",
82
82
},
83
83
{
84
84
"name": "schedules",
85
85
"description": (
86
86
"In pretalx, an event’s schedule is versioned, and each version is a schedule object in the API. "
87
87
"In addition to the normal ID based routing, you can use the `latest` shortcut to see the current public schedule, "
88
-
"and as organiser, the `wip` shortcut will show the current unpublished working copy. "
88
+
"and as organizer, the `wip` shortcut will show the current unpublished working copy. "
89
89
"As retrieving the fully expanded endpoint is expensive on the pretalx side, "
90
90
"consider using the redirect offered at ``by-version/?version=latest`` to check for a new release."
"description": "Rooms are part of conference schedules. Only once the conference schedule is public will the rooms API be available to unauthenticated users. Authenticated organisers will see additional fields in the API, in line with the create and update actions.",
103
+
"description": "Rooms are part of conference schedules. Only once the conference schedule is public will the rooms API be available to unauthenticated users. Authenticated organizers will see additional fields in the API, in line with the create and update actions.",
0 commit comments