Skip to content

Commit

Permalink
deploy: 0af53b9
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-venturini committed Nov 14, 2024
1 parent 5ad29fa commit fdd1a6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,7 @@ <h1 id='error-codes'>Error codes</h1>
<p>Certain <code>4xx</code> errors, notably the <code>410</code> Gone status, indicate that a requested resource (such as an actor_profile or a talent_agency) has been merged with another and is no longer available at the original URL. The response will include the ID of the new resource, and clients should use this ID to access the merged resource.</p>
<h1 id='changelog'>Changelog</h1>
<ul>
<li>(2024-11-14) <strong>ActorProfile#show</strong>: Add new field <code>working_permits</code></li>
<li>(2024-10-29) <strong>ActorProfile#show</strong>: Add <code>:thumb_large</code> 500x500 profile picture option</li>
<li>(2024-10-28) <strong>API</strong>: Optional OAuth Authorization added to all endpoints<br></li>
<li>(2024-09-26) <strong>ActorProfile#show</strong>: Add new fields <code>ethnic_background</code>, <code>ethnic_background_details</code> and <code>ethnic_background_custom</code><br></li>
Expand Down Expand Up @@ -901,6 +902,10 @@ <h2 id='get-a-specific-actor-profile'>Get a specific actor profile</h2><div clas
</span><span class="nl">"unions"</span><span class="p">:</span><span class="w"> </span><span class="p">[</span><span class="w">
</span><span class="s2">"bffs"</span><span class="w">
</span><span class="p">],</span><span class="w">
</span><span class="nl">"working_permits"</span><span class="p">:</span><span class="w"> </span><span class="p">[</span><span class="w">
</span><span class="s2">"EU-27"</span><span class="p">,</span><span class="w">
</span><span class="s2">"GB"</span><span class="w">
</span><span class="p">],</span><span class="w">
</span><span class="nl">"locations"</span><span class="p">:</span><span class="w"> </span><span class="p">[</span><span class="w">
</span><span class="p">{</span><span class="w">
</span><span class="nl">"name"</span><span class="p">:</span><span class="w"> </span><span class="s2">"Gdańsk"</span><span class="p">,</span><span class="w">
Expand Down

0 comments on commit fdd1a6a

Please sign in to comment.